some config modifications

This commit is contained in:
GreemDev
2026-05-01 21:20:20 -05:00
parent d8869a14ec
commit 0de4d4f861

View File

@@ -2,5 +2,18 @@
"$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
}
]
}