feat(actions): allow automerge of actions/setup-go v7
CI / Test (docker-compose.json) (pull_request) Successful in 3s
CI / Test (common.json) (pull_request) Successful in 3s
CI / Test (golang.json) (pull_request) Successful in 3s
CI / Test (helm.json) (pull_request) Successful in 2s
CI / Test (bun-npm.json) (pull_request) Successful in 9s
CI / Test (k8s.json) (pull_request) Successful in 3s
CI / Format (pull_request) Successful in 5s
CI / Test (action.json) (pull_request) Successful in 40s

This commit is contained in:
2026-07-23 21:21:44 +02:00
parent f9b9763a3c
commit 2e7907858f
+11
View File
@@ -85,6 +85,17 @@
"platformAutomerge": true, "platformAutomerge": true,
"automergeType": "pr", "automergeType": "pr",
"addLabels": ["automerge"] "addLabels": ["automerge"]
},
{
"description": "Automerge major updates for actions/setup-go to v7",
"matchManagers": ["github-actions"],
"matchUpdateTypes": ["major"],
"matchPackageNames": ["actions/setup-go"],
"matchNewValue": "v7.*",
"automerge": true,
"platformAutomerge": true,
"automergeType": "pr",
"addLabels": ["automerge"]
} }
] ]
} }