You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use a new grouping strategy for dependabot updates
We group patch updates as they should always work.
We also group minor updates, as it works too for most libraries,
typically except libraries that don't have a stable release yet (v0.x.x
branch), so we make some exceptions for them.
Major updates and dependencies excluded by the above groups are still
managed, but they'll create one PR per dependency, as breaking is
expected so it might need manual intervention.
Finally we group some dependencies that are related to each other, and
usually need to be updated together.
Signed-off-by: Leandro Lucarella <[email protected]>
0 commit comments