From d9846f5d6ecce7b511cb15a4a70f6b29e794f5ed Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 15 Jan 2026 17:44:22 +0000 Subject: [PATCH] fix: remove followTag config as it doesn't work with branches followTag is designed for npm tags, not git branches. See https://github.com/renovatebot/renovate/issues/28016 --- renovate.json | 9 --------- 1 file changed, 9 deletions(-) diff --git a/renovate.json b/renovate.json index 6341472..5096389 100644 --- a/renovate.json +++ b/renovate.json @@ -34,15 +34,6 @@ } ], "packageRules": [ - { - "matchManagers": [ - "github-actions" - ], - "matchPackageNames": [ - "deviantintegral/github-action-renovate-config-validator" - ], - "followTag": "fix-renovate-version" - }, { "minimumReleaseAge": "3 days", "automerge": true,