From 1d9405349b5153aa927a249fc97e2c9cd7d3f46c Mon Sep 17 00:00:00 2001 From: Christopher Miller Date: Fri, 15 Dec 2023 16:59:16 -0800 Subject: [PATCH] allow renovate to automerge on certain types --- renovate.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/renovate.json b/renovate.json index 39a2b6e9..9ff114cb 100644 --- a/renovate.json +++ b/renovate.json @@ -2,5 +2,11 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "config:base" + ], + "packageRules": [ + { + "matchUpdateTypes": ["minor", "patch", "pin", "digest"], + "automerge": true + } ] }