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"], "matchManagers": ["github-actions"],
"matchUpdateTypes": ["major"], "matchUpdateTypes": ["major"],
"matchPackageNames": ["actions/checkout"], "matchPackageNames": ["actions/checkout"],
"matchNewValue": "v7", "matchNewValue": "v7.0.0",
"automerge": true, "automerge": true,
"platformAutomerge": true, "platformAutomerge": true,
"automergeType": "pr", "automergeType": "pr",