chore: enable default configuration for Renovate #10374
Merged
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.
Changes the Renovate configuration to extend the recommended preset, and configures it to exclude major upgrades (for now).
The reason for this is that a lot of minor and patch upgrades being skipped because they are getting bunched up into big PRs that fail the CI (see #9970, #9970). The recommended preset will instead create a separate PR for each dependency, increasing the chances of a successful merge that doesn't hold up other updates.
To avoid queuing up too many PRs the limit of the recommended config is set to a maximum of 10 branches at any given time (CVEs excluded), this can be seen in action on my fork.