Files
ryujinx/.forgejo/renovate.json
2026-05-01 21:20:20 -05:00

20 lines
410 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"renovate/config"
],
"enabledManagers": ["nuget", "github-actions"],
"packageRules": [
{
"matchDepNames": "Avalonia.*",
"matchDepTypes": "nuget",
"dependencyDashboardApproval": true
},
{
"matchDepNames": "Gommon",
"matchDepTypes": "nuget",
"enabled": false
}
]
}