-
-
Notifications
You must be signed in to change notification settings - Fork 417
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Group dependabot updates #1079
base: main
Are you sure you want to change the base?
Group dependabot updates #1079
Conversation
Ensure dependabot creates updates in batches
Are the batches related to a npm scope? How are these grouped? |
the batch is always per updater, i.e. NPM has one group, whereas if this project had Java, that would be a separate group. The groups are created daily. You do have a good point about breakage detection, but it is only useful if they break all the time. Usually, most batches will pass. In the rare case when they do not, we can fairly easily tell which component broke, and update them by hand. Overall, I think the net-gain will be significantly higher because it will lessen the mental load and flood of PRs |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1079 +/- ##
==========================================
+ Coverage 59.84% 64.80% +4.95%
==========================================
Files 104 104
Lines 3011 5825 +2814
Branches 680 1724 +1044
==========================================
+ Hits 1802 3775 +1973
- Misses 1209 2048 +839
- Partials 0 2 +2 ☔ View full report in Codecov by Sentry. |
With the |
i am begining to question this PR myself tbh... having come from the Rust background, when dependencies are updated daily and there is a very high expected stability, in js it seems everything is far more.... unpredictable... so perhaps it is too soon to add this... I will just have to filter my mailbox from all the junk |
Ensure dependabot creates updates in batches
Fixes #1020