Skip to content
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

🚀 Feature: auto-bundling and batch-merge dependabot PRs #139

Open
1 task done
mattxwang opened this issue Mar 2, 2022 · 0 comments
Open
1 task done

🚀 Feature: auto-bundling and batch-merge dependabot PRs #139

mattxwang opened this issue Mar 2, 2022 · 0 comments
Labels
feature New feature or request

Comments

@mattxwang
Copy link
Member

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

@mattxwang mattxwang added the feature New feature or request label Mar 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant