feat(action): allow grouping of all minor patch bumps (#84)
CD / Release (push) Successful in 4s

Reviewed-on: #84
Co-authored-by: t.behrendt <t.behrendt@t00n.de>
Co-committed-by: t.behrendt <t.behrendt@t00n.de>
This commit was merged in pull request #84.
This commit is contained in:
2026-07-02 12:04:35 +02:00
committed by t.behrendt
parent de46a0e5d9
commit 97ffdb95d3
+5
View File
@@ -9,6 +9,11 @@
"matchManagers": ["github-actions"], "matchManagers": ["github-actions"],
"addLabels": ["deps", "action"] "addLabels": ["deps", "action"]
}, },
{
"matchManagers": ["github-actions"],
"matchUpdateTypes": ["minor", "patch"],
"groupName": "actions"
},
{ {
"matchManagers": ["github-actions"], "matchManagers": ["github-actions"],
"matchUpdateTypes": ["minor", "patch"], "matchUpdateTypes": ["minor", "patch"],