feat: allow automerge of actions/checkout v7 (#75)
CD / Release (push) Successful in 5s

Reviewed-on: #75
Co-authored-by: t.behrendt <t.behrendt@t00n.de>
Co-committed-by: t.behrendt <t.behrendt@t00n.de>
This commit was merged in pull request #75.
This commit is contained in:
2026-06-25 17:51:49 +02:00
committed by t.behrendt
parent 0addf3f7a0
commit 90885cbb52
+10
View File
@@ -43,6 +43,16 @@
"platformAutomerge": true, "platformAutomerge": true,
"automergeType": "pr", "automergeType": "pr",
"addLabels": ["automerge"] "addLabels": ["automerge"]
},
{
"matchManagers": ["github-actions"],
"matchUpdateTypes": ["major"],
"matchPackageNames": ["actions/checkout"],
"matchNewValue": "v7",
"automerge": true,
"platformAutomerge": true,
"automergeType": "pr",
"addLabels": ["automerge"]
} }
] ]
} }