From dd7ff2d8d61ecd3a03a7e69dda91acba3d669532 Mon Sep 17 00:00:00 2001 From: k8o <61353435+k35o@users.noreply.github.com> Date: Sun, 1 Sep 2024 22:34:53 +0900 Subject: [PATCH] =?UTF-8?q?=E6=89=8B=E5=8B=95=E3=81=A7=E3=83=9E=E3=83=BC?= =?UTF-8?q?=E3=82=B8=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- renovate.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index 8800b5a8..b023def0 100644 --- a/renovate.json +++ b/renovate.json @@ -12,8 +12,7 @@ "packageRules": [ { "matchUpdateTypes": ["minor", "patch"], - "matchCurrentVersion": "!/^0/", - "automerge": true + "matchCurrentVersion": "!/^0/" } ] }