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
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
The text was updated successfully, but these errors were encountered:
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
oryarn.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.
This is a 🚀 Feature Request
The text was updated successfully, but these errors were encountered: