Compare commits
2 commits
92254a2568
...
dc59eeb0e8
Author | SHA1 | Date | |
---|---|---|---|
dc59eeb0e8 | |||
aa01fffe7b |
1 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,10 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"dependencyDashboard": true,
|
"dependencyDashboard": true,
|
||||||
"enabledManagers": ["argocd"],
|
"enabledManagers": [
|
||||||
|
"argocd",
|
||||||
|
"kubernetes"
|
||||||
|
],
|
||||||
"argocd": {
|
"argocd": {
|
||||||
"fileMatch": ["^app-files/.*\\.yaml$"]
|
"fileMatch": ["^app-files/.*\\.yaml$"]
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue