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