From 5de4d15fc08a65569e66d19b222bad293d824cf6 Mon Sep 17 00:00:00 2001 From: Christopher Willis-Ford <7019101+cwillisf@users.noreply.github.com> Date: Tue, 4 Apr 2023 11:33:08 -0700 Subject: [PATCH] chore: test Renovate automerge for non-major vulnerability updates --- renovate.json5 | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/renovate.json5 b/renovate.json5 index 49f8600..9c0dfde 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -3,5 +3,20 @@ "extends": [ "github>LLK/scratch-renovate-config" - ] + ], + + "vulnerabilityAlerts": { + "packageRules": [ + { + "matchCurrentVersion": "!/^0/", + "matchUpdateTypes": [ + "minor", + "patch", + "lockFileMaintenance" + ], + "automerge": true, + "rebaseWhen": "behind-base-branch" + } + ] + } }