mirror of
https://github.com/jellyfin/jellyfin-sdk-csharp.git
synced 2024-11-26 23:20:43 +00:00
Update renovate.json
This commit is contained in:
parent
579b847b74
commit
a861867a4d
13
.github/renovate.json
vendored
13
.github/renovate.json
vendored
@ -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."
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user