From c4a35500cf618179a15d3ec3c1b577e24814c4db Mon Sep 17 00:00:00 2001 From: Marc Cataford Date: Sun, 3 Mar 2024 15:56:08 -0500 Subject: [PATCH] chore(deps): update renovate configuration to automerge patch+minors --- renovate.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index 7d170b8..b2279bf 100644 --- a/renovate.json +++ b/renovate.json @@ -1,5 +1,11 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "schedule": ["on friday"], - "extends": ["config:base"] + "extends": ["config:base"], + "packageRules": [ + { + "matchUpdateTypes": ["patch", "minor"], + "automerge": true, + "addLabels": ["automerge"] + } + ] }