From bb32f862313b2b5d2955cfff5c546c1fdd2369d5 Mon Sep 17 00:00:00 2001 From: Brandin Canfield Date: Fri, 24 Nov 2023 08:43:35 -0500 Subject: [PATCH] Update renovate.json --- renovate.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/renovate.json b/renovate.json index 5db72dd..0142200 100644 --- a/renovate.json +++ b/renovate.json @@ -2,5 +2,12 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "config:recommended" + ], + "packageRules": [ + { + "matchUpdateTypes": ["minor", "patch"], + "matchCurrentVersion": "!/^0/", + "automerge": true + } ] }