feat(action): allow grouping of all minor patch bumps
CI / Test (action.json) (pull_request) Successful in 4s
CI / Test (common.json) (pull_request) Successful in 4s
CI / Test (docker-compose.json) (pull_request) Successful in 4s
CI / Test (golang.json) (pull_request) Successful in 4s
CI / Test (bun-npm.json) (pull_request) Successful in 23s
CI / Test (helm.json) (pull_request) Successful in 4s
CI / Format (pull_request) Successful in 6s
CI / Test (k8s.json) (pull_request) Successful in 22s

This commit is contained in:
2026-07-02 12:03:30 +02:00
parent de46a0e5d9
commit e30c4f12aa
+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"],