From e30c4f12aa21b315d2ccebe5fb62882ec0fbf6c8 Mon Sep 17 00:00:00 2001 From: "t.behrendt" Date: Thu, 2 Jul 2026 12:03:30 +0200 Subject: [PATCH] feat(action): allow grouping of all minor patch bumps --- action.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/action.json b/action.json index 90f3c9f..eb8e405 100644 --- a/action.json +++ b/action.json @@ -9,6 +9,11 @@ "matchManagers": ["github-actions"], "addLabels": ["deps", "action"] }, + { + "matchManagers": ["github-actions"], + "matchUpdateTypes": ["minor", "patch"], + "groupName": "actions" + }, { "matchManagers": ["github-actions"], "matchUpdateTypes": ["minor", "patch"],