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
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
Reviewed-on: #276
This commit is contained in:
commit
0e4af752c4
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/*\\.yaml$"]
|
"fileMatch": ["^app-files/\\.yaml$"]
|
||||||
},
|
},
|
||||||
"kubernetes": {
|
"kubernetes": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
|
|
Loading…
Reference in a new issue