mirror of
https://github.com/jellyfin/jellyfin.org.git
synced 2024-11-27 08:00:40 +00:00
14 lines
451 B
JSON
14 lines
451 B
JSON
{
|
|
"$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
|
|
}
|
|
]
|
|
}
|