fix: allow actions/checkout v7 upgrade #76

Merged
t.behrendt merged 1 commits from fix-allow-actions-checkout-v7-update into main 2026-06-25 20:09:24 +02:00
+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",