mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-05-25 14:39:15 +00:00
20 lines
410 B
JSON
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
|
|
}
|
|
]
|
|
}
|