change renovate behaviour [CI SKIP]

This commit is contained in:
Aaron Riedel 2024-02-19 18:05:30 +01:00
parent f0aa03a2d5
commit c7dc5f8875
Signed by: aaron
GPG key ID: 643004654D40D577

View file

@ -2,12 +2,6 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"dependencyDashboard": true, "dependencyDashboard": true,
"enabledManagers": ["argocd"], "enabledManagers": ["argocd"],
"packageRules": [
{
"matchPackagePatterns": ["*"],
"dependencyDashboardApproval": true
}
],
"argocd": { "argocd": {
"fileMatch": ["^app-files/core-deployments\\.yaml$"] "fileMatch": ["^app-files/core-deployments\\.yaml$"]
} }