🔧 Set renovate minimum release age to 3 days#156
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
WalkthroughAdded top-level Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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 |
This pull request introduces a configuration update to the Renovate bot settings, specifically adding a minimum release age for dependency updates. This ensures that only packages released at least three days ago will be considered for updates, helping to avoid issues with unstable or quickly-patched releases.
Dependency update policy:
"minimumReleaseAge": "3 days"setting to the Renovate configuration file (renovate-rubberduckcrew.json) to delay dependency updates until a release has been available for at least three days.