chore: Make renovate behave more like dependabot#2364
Conversation
| }, | ||
| { | ||
| groupName: 'collector-other', | ||
| updateTypes: [ |
There was a problem hiding this comment.
When I look for this config, I only find matchUpdateTypes here: https://docs.renovatebot.com/configuration-options/#packagerulesmatchupdatetypes
The intended change here is that we will have to manually approve renovate to open the pr for major version bumps, correct? That's not how it is today with Dependabot, but I'm down to try that. Will have to see how it goes for some weeks and then we can decide whether that config works for us or not!
There was a problem hiding this comment.
Thanks for spotting that, been fixed.
Correct, let's see how approvals for major go given there shouldn't be many.
wpessers
left a comment
There was a problem hiding this comment.
@thompson-tomo found some remaining ones, after this LGTM!
Co-authored-by: Warre Pessers <45464718+wpessers@users.noreply.github.com>
|
Thanks @wpessers those suggestions have been committed. |
This has been tested to resolve the following issues:
Partially test to resolve
this also seperates major updates from other groups & adds approval to avoid accidentally merging major bump as well as enable to delay them till after minor etc. We can certainly change this rule.