feat: allow automerge of actions/checkout v7
CI / Test (bun-npm.json) (pull_request) Successful in 16s
CI / Test (common.json) (pull_request) Successful in 10s
CI / Test (docker-compose.json) (pull_request) Successful in 10s
CI / Test (helm.json) (pull_request) Successful in 10s
CI / Test (k8s.json) (pull_request) Successful in 10s
CI / Format (pull_request) Successful in 6s
CI / Test (action.json) (pull_request) Successful in 1m31s

This commit is contained in:
2026-06-25 17:43:29 +02:00
parent 0addf3f7a0
commit 0e215c1981
+10
View File
@@ -43,6 +43,16 @@
"platformAutomerge": true,
"automergeType": "pr",
"addLabels": ["automerge"]
},
{
"matchManagers": ["github-actions"],
"matchUpdateTypes": ["major"],
"matchPackageNames": ["actions/checkout"],
"matchNewValue": "v7",
"automerge": true,
"platformAutomerge": true,
"automergeType": "pr",
"addLabels": ["automerge"]
}
]
}