From 90885cbb525c550ef1cc6233712fcad7af4c481e Mon Sep 17 00:00:00 2001 From: "t.behrendt" Date: Thu, 25 Jun 2026 17:51:49 +0200 Subject: [PATCH] feat: allow automerge of actions/checkout v7 (#75) Reviewed-on: https://gitea.t000-n.de/t.behrendt/renovate-configs/pulls/75 Co-authored-by: t.behrendt Co-committed-by: t.behrendt --- action.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/action.json b/action.json index 0cbfe92..eb674da 100644 --- a/action.json +++ b/action.json @@ -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"] } ] }