From faacac7f08da6c2cffdae51dbbaa4c98c14a1008 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 18:00:07 +0000 Subject: [PATCH] Remove extractVersion from matchUpdateTypes rules Renovate 43.x does not allow combining matchUpdateTypes and extractVersion in the same packageRule. The github-actions manager natively handles v-prefixed semver tags, so extractVersion is no longer needed. Co-Authored-By: garen.torikian --- renovate.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/renovate.json b/renovate.json index bca5e5c..b979c35 100644 --- a/renovate.json +++ b/renovate.json @@ -40,7 +40,6 @@ "digest", "pinDigest" ], - "extractVersion": "^v(?\\d+\\.\\d+\\.\\d+)$", "groupName": "github actions non-major", "groupSlug": "github-actions-non-major", "automerge": true @@ -52,7 +51,6 @@ "matchUpdateTypes": [ "major" ], - "extractVersion": "^v(?\\d+\\.\\d+\\.\\d+)$", "groupName": "github actions major", "groupSlug": "github-actions-major", "automerge": false