fix(renovate.json): fix argocd file matcher
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful

This commit is contained in:
Tom Neuber 2024-11-09 14:12:16 +01:00
parent 112cd72630
commit 0a633646e1

View file

@ -3,7 +3,7 @@
"dependencyDashboard": true, "dependencyDashboard": true,
"enabledManagers": ["argocd"], "enabledManagers": ["argocd"],
"argocd": { "argocd": {
"fileMatch": ["^app-files/*\\.yaml$"] "fileMatch": ["^app-files/\\.yaml$"]
}, },
"kubernetes": { "kubernetes": {
"enabled": true, "enabled": true,