mirror of
https://github.com/jellyfin/jellyfin.org.git
synced 2025-02-17 04:08:01 +00:00
Update renovate config to ignore major updates to react
This commit is contained in:
parent
d54dd1b85c
commit
78abde05aa
18
.github/renovate.json
vendored
18
.github/renovate.json
vendored
@ -1,7 +1,13 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"github>jellyfin/.github//renovate-presets/nodejs",
|
||||
":semanticCommitsDisabled"
|
||||
]
|
||||
}
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": ["github>jellyfin/.github//renovate-presets/nodejs", ":semanticCommitsDisabled"],
|
||||
"packageRules": [
|
||||
{
|
||||
"description": "Disable major updates for React",
|
||||
"matchPackagePrefixes": ["react"],
|
||||
"matchPackageNames": ["@types/react", "@types/react-helmet", "@types/react-router-dom"],
|
||||
"matchUpdateTypes": "major",
|
||||
"enabled": false
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -4,4 +4,4 @@
|
||||
"singleQuote": true,
|
||||
"jsxSingleQuote": true,
|
||||
"trailingComma": "none"
|
||||
}
|
||||
}
|
||||
|
@ -63,4 +63,4 @@
|
||||
"typescript": "4.7.4",
|
||||
"typescript-plugin-css-modules": "3.4.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user