diff --git a/renovate.json b/renovate.json index 39ca640..dc4d0ca 100644 --- a/renovate.json +++ b/renovate.json @@ -161,15 +161,14 @@ ] }, { - "description": "Track org workflow floating v1 tag for SHA pin updates", + "description": "Advance org reusable-workflow SHA pins to the latest semver release tag. No followTag: the org tag-protection ruleset makes every vX.Y.Z tag immutable and no floating major tag exists, so a followed tag would freeze pins permanently.", "matchManagers": [ "github-actions" ], "matchPackagePatterns": [ "ByronWilliamsCPA/.github" ], - "versioning": "semver-coerced", - "followTag": "v1", + "versioning": "semver", "pinDigests": true, "automerge": false }