Duplicated PR created for a dependency present in just one of several packages in a monorepo #3443
Labels
F: monorepo 📦
Issues related to bumping a dep in manifests from multiple apps
L: javascript:npm
npm packages via npm
T: bug 🐞
Something isn't working
Package ecosystem
npm
Manifest location and content prior to update
/package.json
/packages/daemon/package.json
dependabot.yml content
https://github.com/relaycorp/awala-gateway-desktop/blob/master/.dependabot/config.yml
Updated dependency
@relaycorp/relaynet-testing
from 1.1.4 to 1.1.5What you expected to see, versus what you actually saw
@relaycorp/relaynet-testing
is only used in/packages/daemon/package.json
, not in/package.json
, so I expected to see just one PR for this dependency. Instead, I got 2 PRs, and the one for the rootpackage.json
doesn't actually change/package.json
, but/packages/daemon/package.json
-- so the two PRs are identical except for the PR titles.Images of the diff or a link to the PR, issue or logs
The PR I'd expect: relaycorp/awala-gateway-desktop#64
The additional PR I wouldn't expect: relaycorp/awala-gateway-desktop#63
The text was updated successfully, but these errors were encountered: