From 97ffdb95d36c8b83ccf91b5e0db0f13aab9077b8 Mon Sep 17 00:00:00 2001 From: "t.behrendt" Date: Thu, 2 Jul 2026 12:04:35 +0200 Subject: [PATCH] feat(action): allow grouping of all minor patch bumps (#84) Reviewed-on: https://gitea.t000-n.de/t.behrendt/renovate-configs/pulls/84 Co-authored-by: t.behrendt Co-committed-by: t.behrendt --- 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"],