From d4817d64381cd53128ecce1d51a72a52f4d5a293 Mon Sep 17 00:00:00 2001 From: Carm Date: Sun, 14 Sep 2025 16:59:28 +0800 Subject: [PATCH] feat: 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 + } ] }