fix(renovate): drop followTag on retired v1 floating tag - #59
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Team Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review. WalkthroughChangesRenovate workflow updates
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to Renovate can again advance reusable-workflow SHA pins using immutable semver release tags, restoring update delivery without an identified merge-blocking risk. Suggested reviewers: Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Full details: Docstring CoverageExplanation No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0 files. (1 skipped: 1 unsupported.) ✨ 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 this repository’s Renovate configuration to restore automated updates for reusable workflow SHA pins after the org’s floating v1 tag was retired/frozen due to tag protection rules.
Changes:
- Removes
followTag: "v1"from the org reusable-workflow rule so Renovate doesn’t silently stop delivering SHA-pin updates. - Clarifies the rule intent via an updated description and relies on semver tracking of immutable
vX.Y.Ztags.
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).
aed158d to
c69a3c8
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
Summary by CodeRabbit
v1tag.