Update renovate.json

This commit is contained in:
Cody Robibero 2024-04-22 07:24:17 -06:00 committed by GitHub
parent 579b847b74
commit a861867a4d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

13
.github/renovate.json vendored
View File

@ -2,5 +2,18 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>jellyfin/.github//renovate-presets/dotnet"
],
"ignorePaths": [
"src/global.json"
],
"packageRules": [
{
"description": "Group Microsoft dependencies",
"groupName": "Microsoft",
"matchPackagePrefixes": [
"System.",
"Microsoft."
]
}
]
}