Description
Package manager/ecosystem
This has happened to at least maven, yarn/npm in our case.
Manifest contents prior to update
It doesn't seem to matter.
Updated dependency
It doesn't seem to matter.
What you expected to see, versus what you actually saw
A single PR gets created for a version bump.
Images of the diff or a link to the PR, issue or logs
NA because it was not on GitHub.com.
More details
We set up a dependabot with a thin wrapper for our internal GitHub Enterprise. The commit/branch/PR creation are all handled by dependabot-core. Occasionally we find duplicated PRs are created for a single version bump. Those PRs are created from the same branch with exactly the same content. Apart from duplication, it is almost always the case that when this happens, a PR numbered as 0
gets created by dependabot-core. We suspect this is caused by a PR creation failure and the subsequent retries, but don't have strong proof yet.