Skip to content

Fix minimumReleaseAge for MSRV#1809

Merged
j178 merged 1 commit intomasterfrom
msrv
Mar 16, 2026
Merged

Fix minimumReleaseAge for MSRV#1809
j178 merged 1 commit intomasterfrom
msrv

Conversation

@j178
Copy link
Copy Markdown
Owner

@j178 j178 commented Mar 16, 2026

No description provided.

@j178 j178 added the internal Internal changes label Mar 16, 2026
Copilot AI review requested due to automatic review settings March 16, 2026 03:09
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates Renovate package rules so the global minimumReleaseAge applies to Rust updates as well, addressing MSRV-related timing behavior.

Changes:

  • Reorders Renovate package rules to ensure the Rust rule isn’t affected by the MSRV rule’s minimumReleaseAge.
  • Introduces a general 7-day minimumReleaseAge rule positioned before the MSRV grouping rule.
  • Keeps the MSRV rule’s stricter 85-day minimumReleaseAge and grouping intact.

Comment thread .github/renovate.json5
},
{
matchManagers: [ 'cargo', 'pre-commit', 'github-actions', 'custom.regex' ],
minimumReleaseAge: '7 days'
@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 16, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.72%. Comparing base (fe694c5) to head (0cbf154).
⚠️ Report is 5 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1809      +/-   ##
==========================================
+ Coverage   90.99%   91.72%   +0.73%     
==========================================
  Files          98       98              
  Lines       20039    20039              
==========================================
+ Hits        18234    18381     +147     
+ Misses       1805     1658     -147     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@j178 j178 merged commit 804eff2 into master Mar 16, 2026
54 checks passed
@j178 j178 deleted the msrv branch March 16, 2026 04:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

internal Internal changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants