11 lines
222 B
JSON
11 lines
222 B
JSON
|
{
|
||
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||
|
"dependencyDashboard": true,
|
||
|
"enabledManagers": ["argocd"],
|
||
|
"argocd": {
|
||
|
"fileMatch": ["^app-files/apps\\.yaml$"]
|
||
|
},
|
||
|
"packageRules": [
|
||
|
]
|
||
|
}
|