Skip to content

Conversation

cruessler
Copy link
Collaborator

The most recent Dependabot PR, #2717, has run into a few issues some of which I was able to solve, some of which I wasn’t.

The issues currently preventing the PR from being green are related to cargo deny not allowing duplicate versions of dependencies.

This PR is an attempt at mitigating the impact of this issue. It splits the cargo group into 2 groups, cargo-minor and cargo-patch. My hope is that the cargo-patch group will more often be green without human intervention, thus enabling us to fast-track merging patch updates.

The cargo-minor group, on the other hand, will become smaller, thus making it easier for us to review and potentially handle updates by hand.

What do you think?

@extrawurst
Copy link
Collaborator

Thats a great idea!

@extrawurst extrawurst merged commit f5893d9 into gitui-org:master Sep 17, 2025
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants