From c8100f34fc95af79a69d846b2e98206e12839661 Mon Sep 17 00:00:00 2001 From: bustikiller Date: Fri, 6 Dec 2024 07:16:24 +0000 Subject: [PATCH] Update renovate configuration to allow auto-merge --- renovate.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index 7190a60..aebcb03 100644 --- a/renovate.json +++ b/renovate.json @@ -1,3 +1,11 @@ { - "$schema": "https://docs.renovatebot.com/renovate-schema.json" -} + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "labels": ["dependencies"], + "packageRules": [ + { + "matchUpdateTypes": ["minor", "patch"], + "matchCurrentVersion": "!/^0/", + "automerge": true + } + ] +} \ No newline at end of file