You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here's a screenshot of the duplicate PRs they saw:
In this case I would expect the storybook* dependencies to only show up in the storybook group.
After some investigation, we discovered the problem:
npm is throwing an error and so then gets treated as "not updated" and it attempts to make an individual PR for it. So we need to account for the dependency SHOULD have been updated in the group but failed to. This code
The text was updated successfully, but these errors were encountered:
We are seeing the same thing happen with our go package grouping. We have excluded a pattern in our grouping but we are still getting a PR opened for both the grouped dependencies and single dependencies:
We're seeing customer reports of duplicate grouped and ungrouped PRs being opened for the same updates.
One
dependabot.yaml
example:Here's a screenshot of the duplicate PRs they saw:
In this case I would expect the
storybook*
dependencies to only show up in thestorybook
group.After some investigation, we discovered the problem:
The text was updated successfully, but these errors were encountered: