fix: allow actions/checkout v7 upgrade (#76)
CD / Release (push) Successful in 4s

Reviewed-on: #76
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
This commit was merged in pull request #76.
This commit is contained in:
2026-06-25 20:09:24 +02:00
committed by t.behrendt
parent 90885cbb52
commit 8250869fd3
+1 -1
View File
@@ -48,7 +48,7 @@
"matchManagers": ["github-actions"],
"matchUpdateTypes": ["major"],
"matchPackageNames": ["actions/checkout"],
"matchNewValue": "v7",
"matchNewValue": "v7.0.0",
"automerge": true,
"platformAutomerge": true,
"automergeType": "pr",