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

Dependabot updates require rebase every time Verify and Verify.Xunit pair has an update #920

Closed
zengin opened this issue Jun 29, 2022 · 0 comments · Fixed by #921
Closed
Assignees

Comments

@zengin
Copy link
Contributor

zengin commented Jun 29, 2022

Verify is a transitive dependency through Verify.Xunit and they receive updates from dependabot to same version numbers each time. However, the PR for Verify.Xunit fails unless Verify PR is checked in first and then Verify.Xunit one is rebased.

Examples:
The #918 and #919 pair.
The #901 and #902 pair.

Not being able to configure this in dependabot is a known issue which seems to be around quite a while and is not yet addressed:

I think we can resolve it in this repo by referring to Verify.Xunit explicitly in csproj and letting nuget restore to fetch corresponding Verify library by transitivity. That should reduce the number of dependabot PRs and the need to manually order and rebase them.

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 a pull request may close this issue.

1 participant