Aaron Riedel
ad20aa5229
All checks were successful
continuous-integration/drone/push Build is passing
14 lines
325 B
JSON
14 lines
325 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"dependencyDashboard": true,
|
|
"enabledManagers": ["argocd"],
|
|
"packageRules": [
|
|
{
|
|
"matchPackagePatterns": ["*"],
|
|
"dependencyDashboardApproval": true
|
|
}
|
|
],
|
|
"argocd": {
|
|
"fileMatch": ["^app-files/core-deployments\\.yaml$"]
|
|
}
|
|
}
|