fix(renovate.json): fix argocd file matcher
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
This commit is contained in:
parent
112cd72630
commit
0a633646e1
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
"dependencyDashboard": true,
|
||||
"enabledManagers": ["argocd"],
|
||||
"argocd": {
|
||||
"fileMatch": ["^app-files/*\\.yaml$"]
|
||||
"fileMatch": ["^app-files/\\.yaml$"]
|
||||
},
|
||||
"kubernetes": {
|
||||
"enabled": true,
|
||||
|
|
Loading…
Reference in a new issue