feat(action): allow grouping of all minor patch bumps #84

Merged
t.behrendt merged 1 commits from feat-actions-merge-all-bumps into main 2026-07-02 12:04:35 +02:00
Showing only changes of commit e30c4f12aa - Show all commits
+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"],