From 27656c21ae2a42378fedfe861582eeba2d17bdaa Mon Sep 17 00:00:00 2001 From: Remy Moll Date: Mon, 11 Dec 2023 16:03:04 +0000 Subject: [PATCH] Update renovate.json --- renovate.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 7190a60..eb1a04d 100644 --- a/renovate.json +++ b/renovate.json @@ -1,3 +1,10 @@ { - "$schema": "https://docs.renovatebot.com/renovate-schema.json" + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "packageRules": [ + { + "matchUpdateTypes": ["minor", "patch"], + "matchCurrentVersion": "!/^0/", + "automerge": true + } + ] }