diff --git a/renovate.json5 b/renovate.json5 index 9c0dfde..1adb51f 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -5,18 +5,5 @@ "github>LLK/scratch-renovate-config" ], - "vulnerabilityAlerts": { - "packageRules": [ - { - "matchCurrentVersion": "!/^0/", - "matchUpdateTypes": [ - "minor", - "patch", - "lockFileMaintenance" - ], - "automerge": true, - "rebaseWhen": "behind-base-branch" - } - ] - } + "transitiveRemediation": true }