chore(CI): update renovate to use the new preset #4566
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.
Description
Nothing user facing, it just improves the way Renovatebot handle updates, group them, and it now ensures updates dedupe lockfiles when needed so it's no longer necessary to run
chore(deps): regenerate lockfile
PRs that effectively just deleteyarn.lock
andnode_modules
and then recreates it with a freshyarn install
What to review
Not before really before merging. After merging the Dependency Dashboard will edit itself and show a warning if there's any problem in the new configuration preset.
It should update existing PRs as needed: https://github.com/sanity-io/sanity/pulls?q=is%3Apr+is%3Aopen+sort%3Aupdated-desc+author%3Aapp%2Frenovate
But we may have to close #4549 manually, on some repos we've tested the new preset it seems like turning off lockfile maintenance it also turns off the checks Renovabot performs when it sees if those PRs should be closed and the branches deleted 🤔
Notes for release
N/A