fix(renovate.json): patch wildcard regex for app-files
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful

This commit is contained in:
Tom Neuber 2024-11-09 18:03:56 +01:00
parent 9e778441b4
commit 608c3dcb71

View file

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