This commit is contained in:
parent
ff8e8b36ab
commit
4de9a0f1ae
1 changed files with 7 additions and 3 deletions
|
@ -1,9 +1,13 @@
|
|||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"dependencyDashboard": true,
|
||||
"major": {
|
||||
"dependencyDashboardApproval": true
|
||||
},
|
||||
"enabledManagers": ["argocd"],
|
||||
"packageRules": [
|
||||
{
|
||||
"matchPackagePatterns": ["*"],
|
||||
"dependencyDashboardApproval": true
|
||||
}
|
||||
],
|
||||
"argocd": {
|
||||
"fileMatch": ["^core-deployments\\.yaml$"]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue