Merge pull request 'fix(renovate.json): fix argocd file matcher' (#276) from tom-patch-1 into main
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful

Reviewed-on: #276
This commit is contained in:
Tom Neuber 2024-11-09 14:12:30 +01:00
commit 0e4af752c4

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,