From f2420240f0b139b418c3d913671b554f9f6b36cb Mon Sep 17 00:00:00 2001 From: k8o <61353435+k35o@users.noreply.github.com> Date: Sun, 1 Sep 2024 23:30:34 +0900 Subject: [PATCH] bundle minor change --- renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index b023def0..8ee825fb 100644 --- a/renovate.json +++ b/renovate.json @@ -12,7 +12,8 @@ "packageRules": [ { "matchUpdateTypes": ["minor", "patch"], - "matchCurrentVersion": "!/^0/" + "matchCurrentVersion": "!/^0/", + "groupName": "minor and patch dependencies" } ] }