Skip to content

Deduplicate identical changesets #1995

@blast-hardcheese

Description

@blast-hardcheese

As groups of dependencies managed by the same constant or variable end up looking independently updatable, we invariably end up with duplicate PRs with the same content.

Example:

I'm not sure how best to resolve this, a naive approach would be to order by GAV then deduplicate via a sliding window, we'd only get the first "group" opened and subsequent runs would deduplicate. This presumes common prefix, but that may be a good starting place.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions