mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-05-04 20:35:46 +00:00
This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). Co-authored-by: GreemDev <greemdev@ryujinx.app> Reviewed-on: https://git.ryujinx.app/projects/Ryubing/pulls/49
36 lines
1022 B
JSON
36 lines
1022 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"renovate/config"
|
|
],
|
|
"enabledManagers": ["nuget", "github-actions"],
|
|
"packageRules": [
|
|
{
|
|
// require approval for *all* NuGet package updates, not just major versions.
|
|
"matchDepTypes": "nuget",
|
|
"dependencyDashboardApproval": true
|
|
},
|
|
{
|
|
// Ignore Gommon for automatic updates. I make breaking changes on minor updates not infrequently.
|
|
"matchDepNames": "Gommon",
|
|
"matchDepTypes": "nuget",
|
|
"enabled": false
|
|
},
|
|
{
|
|
"description": "group Silk.NET packages",
|
|
"extends": ["renovate/config//groups/silkdotnet.json"],
|
|
"groupName": "Silk.NET"
|
|
},
|
|
{
|
|
"description": "group OpenTK packages",
|
|
"extends": ["renovate/config//groups/opentk.json"],
|
|
"groupName": "OpenTK"
|
|
},
|
|
{
|
|
"description": "group Svg.Controls packages",
|
|
"extends": ["renovate/config//groups/svgcontrols.json"],
|
|
"groupName": "Svg.Controls"
|
|
}
|
|
]
|
|
}
|