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
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:
@@ -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"],
|
||||||
|
|||||||
Reference in New Issue
Block a user