github.com/argoproj/argo-cd/v3@v3.2.1/renovate-presets/fix/disable-all-updates.json5 (about) 1 { 2 "$schema": "https://docs.renovatebot.com/renovate-schema.json", 3 "description": "Disable all updates to avoid conflicts with dependabot, then enable what you need.", 4 "packageRules": [ 5 { 6 "matchPackageNames": [ 7 "*" 8 ], 9 "enabled": false 10 } 11 ] 12 } 13