Compare commits

...

2 commits

Author SHA1 Message Date
0e4af752c4 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
2024-11-09 14:12:30 +01:00
tom
0a633646e1 fix(renovate.json): fix argocd file matcher
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
2024-11-09 14:12:16 +01:00

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,