Skip to content

Configure minimum release age for Renovate#62

Merged
jancurn merged 1 commit intomainfrom
claude/update-renovate-config-KR495
Mar 12, 2026
Merged

Configure minimum release age for Renovate#62
jancurn merged 1 commit intomainfrom
claude/update-renovate-config-KR495

Conversation

@jancurn
Copy link
Member

@jancurn jancurn commented Mar 12, 2026

Summary

Updated the Renovate configuration to enforce a minimum release age requirement before dependencies are automatically updated.

Changes

  • Added minimumReleaseAge setting with a value of 7 days to the Renovate configuration
  • This ensures that newly released package versions must be available for at least 7 days before Renovate will consider updating to them

Details

This configuration change helps reduce the risk of updating to unstable or problematic releases by waiting for a grace period after a package is published. This is a common best practice to allow time for the community to identify and report any issues with new releases before they are automatically adopted.

https://claude.ai/code/session_011iBXh66ytcSF53naecov9A

Ensures Renovate only suggests package upgrades that have been
published for at least a week, reducing risk from compromised
or malicious package releases.

https://claude.ai/code/session_011iBXh66ytcSF53naecov9A
@jancurn jancurn merged commit 138ba29 into main Mar 12, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants