fix(renovate): drop followTag on retired v1 floating tag - #107
Conversation
|
Warning Review limit reachedNext included review available in 39 minutes. View limit detailsLimit details: You’ve used the included review currently available. You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. Review configuration: ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Team Run ID: 📒 Files selected for processing (1)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Pull request overview
Updates Renovate configuration to restore delivery of updates for org reusable workflow SHA pins by removing followTag behavior that can freeze when a floating major tag is immutable.
Changes:
- Removes
followTag: "v1"from the org-workflow GitHub Actions package rule to prevent pinned SHAs from freezing. - Updates the rule’s description to document the tag-protection/immutability rationale.
- Adds explicit
versioningconfiguration for the rule.
| "automerge": false, | ||
| "groupName": "Org Workflow SHAs" | ||
| "groupName": "Org Workflow SHAs", | ||
| "versioning": "semver" |
The org tag-protection ruleset forbids re-pointing v* tags, so the floating v1 tag froze at the v1.1.0 commit; followTag "v1" therefore froze all org-workflow SHA-pin updates at v1.1.0-era code. Plain semver tracking of the immutable vX.Y.Z release tags (cut on every push to the source repo's main) restores update delivery. Companion to ByronWilliamsCPA/.github#244 and ByronWilliamsCPA/.claude#251 (CI-057 inversion).
74a3837 to
29e2cd1
Compare
Removes
followTag: "v1"from the org-workflow Renovate rule. The org tag-protection ruleset forbids re-pointingv*tags, sov1froze at the v1.1.0 commit and the followed tag silently froze all org-workflow SHA-pin updates. Plain semver tracking of the immutablevX.Y.Zrelease tags restores update delivery.Companion to ByronWilliamsCPA/.github#244 (v1 tag retirement) and ByronWilliamsCPA/.claude#251 (CI-057 inversion). Satisfies the inverted CI-057.
Generated with Claude Code