0
0
mirror of https://github.com/jellyfin/jellyfin.org.git synced 2025-05-09 19:05:33 +00:00
Files
jellyfin.org/.github/renovate.json
2025-04-18 10:59:02 -04:00

21 lines
477 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",
"matchPackageNames": [
"@types/react",
"@types/react-helmet",
"@types/react-router-dom",
"react{/,}**"
],
"matchUpdateTypes": "major",
"enabled": false
}
]
}