chore(config): migrate renovate config #47

Merged
aaron merged 1 commit from renovate/migrate-config into main 2025-07-13 12:48:41 +02:00

View file

@ -1,10 +1,13 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"dependencyDashboard": true, "dependencyDashboard": true,
"enabledManagers": ["argocd"], "enabledManagers": [
"argocd"
],
"argocd": { "argocd": {
"fileMatch": ["^app-files/apps\\.yaml$"] "managerFilePatterns": [
"/^app-files/apps\\.yaml$/"
]
}, },
"packageRules": [ "packageRules": []
]
} }