renovate.json: activate renovate argocd package for all files inside app-files
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
605b716421
commit
1d1dbdbede
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
"dependencyDashboard": true,
|
"dependencyDashboard": true,
|
||||||
"enabledManagers": ["argocd"],
|
"enabledManagers": ["argocd"],
|
||||||
"argocd": {
|
"argocd": {
|
||||||
"fileMatch": ["^app-files/core-deployments\\.yaml$"]
|
"fileMatch": ["^app-files/*\\.yaml$"]
|
||||||
},
|
},
|
||||||
"kubernetes": {
|
"kubernetes": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
|
|
Loading…
Reference in a new issue