Improve Renovate config - #794
Merged
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #794 +/- ##
=======================================
Coverage 97.26% 97.26%
=======================================
Files 3 3
Lines 7859 7859
=======================================
Hits 7644 7644
Misses 215 215
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
AlexWaygood
marked this pull request as ready for review
August 31, 2026 19:55
JelleZijlstra
approved these changes
Aug 31, 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.
Followup to #792.
CI dependenciesgroup with:pre-commit dependenciesfor.pre-commit-config.yaml, including hook revisions and additional dependencies.GitHub Actions dependenciesfor.github/workflows/**, including action references and the custom uv/Codecov tool pins.Build dependenciesfor the managed PEP 621 build requirements.config:recommended,replacements:all, andabandonments:recommendedto the presets we extend.abandonments:recommendedto report packages with no release for a year, subject to Renovate's curated package-specific exceptions.configMigrationso Renovate can propose configuration migrations when its configuration format changes.separateMajorMinor: falseso major and non-major updates can share the same dependency group.prHourlyLimitandprConcurrentLimitto0, removing the default limits of two new PRs per hour and ten open PRs so they do not constrain the monthly update window.semanticCommits: "disabled". We don't use semantic commit titles in this repo.prEditedNotification, the comment explaining that Renovate has stopped automatically rebasing a manually edited branch. These notifications are noisy and annoying.Many/most of these config options are ones we've been using in Astral repos for a while, and they've served us well over there. I validated the changes using
npx --yes --package renovate@43.280.2 -- renovate-config-validator --strict --no-global .github/renovate.json5.