From fe7916a33020584938cac420e03bf367ef079c67 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Thu, 18 Sep 2025 18:45:18 +0200 Subject: [PATCH] fix(actions): update actions/checkout to v6.0.0 --- actions.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/actions.json b/actions.json index bab0766..41b31dd 100644 --- a/actions.json +++ b/actions.json @@ -43,16 +43,14 @@ "renovate/disabled", "renovate/github-action" ], - "automerge": false, - "enabled": false, + "allowedVersions": "<7.0.0", + "automerge": true, + "enabled": true, "matchManagers": [ "github-actions" ], "matchPackageNames": [ "actions/checkout" - ], - "matchUpdateTypes": [ - "major" ] } ]