From 0986ffef288022143b2540552dcbcc61eb2e6618 Mon Sep 17 00:00:00 2001 From: Christopher Willis-Ford <7019101+cwillisf@users.noreply.github.com> Date: Wed, 5 Apr 2023 07:34:03 -0700 Subject: [PATCH] chore: try Renovate 'transitiveRemediation' flag --- renovate.json5 | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) 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 }