reconfigure renovate
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Aaron Riedel 2024-02-11 04:55:46 +01:00
parent ff8e8b36ab
commit 4de9a0f1ae
Signed by: aaron
GPG key ID: 643004654D40D577

View file

@ -1,9 +1,13 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"dependencyDashboard": true,
"major": {
"dependencyDashboardApproval": true
},
"enabledManagers": ["argocd"],
"packageRules": [
{
"matchPackagePatterns": ["*"],
"dependencyDashboardApproval": true
}
],
"argocd": {
"fileMatch": ["^core-deployments\\.yaml$"]
}