mirror of
https://github.com/jellyfin/jellyfin.org.git
synced 2026-09-03 02:10:04 +03:00
Update renovate config to ignore major updates to react
This commit is contained in:
+12
-6
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
+1
-1
@@ -4,4 +4,4 @@
|
||||
"singleQuote": true,
|
||||
"jsxSingleQuote": true,
|
||||
"trailingComma": "none"
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -63,4 +63,4 @@
|
||||
"typescript": "4.7.4",
|
||||
"typescript-plugin-css-modules": "3.4.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user