mirror of
https://github.com/jellyfin/jellyfin.org.git
synced 2025-05-09 19:05:33 +00:00
21 lines
477 B
JSON
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
|
|
}
|
|
]
|
|
}
|