Merge pull request 'fix(renovate.json): patch wildcard regex for app-files' (#278) from tom-patch-1 into main
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful

Reviewed-on: #278
This commit is contained in:
Tom Neuber 2024-11-09 18:04:22 +01:00
commit 28a6c590f3

View file

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