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

This commit is contained in:
2026-07-21 07:47:41 +02:00
parent cd0ba86fed
commit 507e8e341a
+11
View File
@@ -74,6 +74,17 @@
"platformAutomerge": true, "platformAutomerge": true,
"automergeType": "pr", "automergeType": "pr",
"addLabels": ["automerge"] "addLabels": ["automerge"]
},
{
"description": "Automerge major updates for actions/setup-node to v7.0.0",
"matchManagers": ["github-actions"],
"matchUpdateTypes": ["major"],
"matchPackageNames": ["actions/setup-node"],
"matchNewValue": "v7.*",
"automerge": true,
"platformAutomerge": true,
"automergeType": "pr",
"addLabels": ["automerge"]
} }
] ]
} }