chore(renovate): exempt CRS releases from cooldown; rename version keys#525
Merged
Conversation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThis PR modifies renovate.json to add a ChangesRenovate Configuration Update
Estimated code review effort: 1 (Trivial) | ~2 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ 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 |
Deploying website with
|
| Latest commit: |
99595d4
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://cb8de323.website-1u6.pages.dev |
| Branch Preview URL: | https://chore-renovate-crs-no-cooldo.website-1u6.pages.dev |
theseion
approved these changes
Jul 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Two related changes to the version-tracking setup:
Renovate cooldown exemption
The shared
coreruleset/renovate-configsets aminimumReleaseAgeof 7 days for all dependencies. CRS releases are first-party and the website should track them immediately. AddsminimumReleaseAge: "0 days"to thecoreruleset-v3andcoreruleset-v4package rules to override that default.Version key rename
The
crsblock inparams.yamlused generic names that didn't convey what the versions actually represent:latest_major_version→latest_v4prev_major_version→lts_v3_versionUpdated all usages in
renovate.json,layouts/home.html,layouts/_partials/home/hero.html, andlayouts/_partials/home/cards.html.