-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
featureNew feature or requestNew feature or request
Description
Bundle (and batch-merge) dependabot PRs!
Use Case
Something that frustrates me with dependabot is merging many patch updates together takes a while, and hits our CI hard. As learning labs scales, I'm a bit concerned if this will cause issues with Netlify.
It's also a bit of a pain, since merging 10 dependabot PRs can become sequential - each one introduces a package.json
or yarn.lock
conflict with the other, which could be easily resolved with a rebase.
Proposed Solution
It would be cool if we could merge all (patch, minor, whatever predicate) dependabot PRs at once in a "bundled" PR. This action workflow has one possible implementation, though I'm open to other ones!
Ideally, we'd backport this to all of our node projects running on DP.
- π I may be able to implement this feature request
This is a π Feature Request
Metadata
Metadata
Assignees
Labels
featureNew feature or requestNew feature or request