core-deployments/renovate.json
Aaron Riedel ff8e8b36ab
All checks were successful
continuous-integration/drone/push Build is passing
renovate for argocd
2024-02-11 04:45:42 +01:00

10 lines
224 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"dependencyDashboard": true,
"major": {
"dependencyDashboardApproval": true
},
"argocd": {
"fileMatch": ["^core-deployments\\.yaml$"]
}
}