Skip to content

πŸš€ Feature: auto-bundling and batch-merge dependabot PRsΒ #139

@mattxwang

Description

@mattxwang

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

No one assigned

    Labels

    featureNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions