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",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"dependencyDashboard": true,
|
"dependencyDashboard": true,
|
||||||
"major": {
|
"enabledManagers": ["argocd"],
|
||||||
|
"packageRules": [
|
||||||
|
{
|
||||||
|
"matchPackagePatterns": ["*"],
|
||||||
"dependencyDashboardApproval": true
|
"dependencyDashboardApproval": true
|
||||||
},
|
}
|
||||||
|
],
|
||||||
"argocd": {
|
"argocd": {
|
||||||
"fileMatch": ["^core-deployments\\.yaml$"]
|
"fileMatch": ["^core-deployments\\.yaml$"]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue