mirror of
https://github.com/jellyfin/jellyfin.org.git
synced 2026-09-03 03: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",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": [
|
"extends": ["github>jellyfin/.github//renovate-presets/nodejs", ":semanticCommitsDisabled"],
|
||||||
"github>jellyfin/.github//renovate-presets/nodejs",
|
"packageRules": [
|
||||||
":semanticCommitsDisabled"
|
{
|
||||||
]
|
"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,
|
"singleQuote": true,
|
||||||
"jsxSingleQuote": true,
|
"jsxSingleQuote": true,
|
||||||
"trailingComma": "none"
|
"trailingComma": "none"
|
||||||
}
|
}
|
||||||
|
|||||||
+1
-1
@@ -63,4 +63,4 @@
|
|||||||
"typescript": "4.7.4",
|
"typescript": "4.7.4",
|
||||||
"typescript-plugin-css-modules": "3.4.0"
|
"typescript-plugin-css-modules": "3.4.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user