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

fix ungrouped PRs being created due to errors during grouped update #7829

Merged
merged 7 commits into from
Aug 21, 2023

Conversation

jakecoffman
Copy link
Member

@jakecoffman jakecoffman commented Aug 17, 2023

This fixes an issue where when an error occurs during a grouped update, Dependabot considers the dependency as ungrouped. This is because for semver grouping we need to make external calls to decide if the dependency is in the group. When not using semver groups, we already know the grouping.

Also it was considering dependencies that didn't have updates to be ungrouped as well, and tried to make an individual PR in that case too.

@jakecoffman jakecoffman force-pushed the jakecoffman/fix-erroneous-individual-prs branch 2 times, most recently from ca65003 to ee441e4 Compare August 21, 2023 14:34
@jakecoffman jakecoffman marked this pull request as ready for review August 21, 2023 17:16
@jakecoffman jakecoffman requested a review from a team as a code owner August 21, 2023 17:16
@jakecoffman
Copy link
Member Author

Fixes a portion of #7830, but there's still some work to be done for semver updates to fully resolve the issue.

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.

None yet

2 participants