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
What you expected to see, versus what you actually saw
I'm using the yarn workspace feature to manage a mono repo with several node.js packages. The different packages define dependencies to each other in the form of workspace: links:
"@databricks/databricks-sdk": "workspace:^",
Dependabot failes to resolve these dependencies and instead tries to look them up on npm, which results in the following error:
Dependabot can't authenticate to a private package registry
The following private package registry was used and caused the update to fail: registry.npmjs.org.
Is there an existing issue for this?
Package ecosystem
yarn
Package manager version
3.2.1
Language version
Node.js 16.x
Manifest location and content before the Dependabot update
No response
dependabot.yml content
Updated dependency
No response
What you expected to see, versus what you actually saw
I'm using the yarn workspace feature to manage a mono repo with several node.js packages. The different packages define dependencies to each other in the form of
workspace:
links:"@databricks/databricks-sdk": "workspace:^",
Dependabot failes to resolve these dependencies and instead tries to look them up on npm, which results in the following error:
From the logs:
This is not a surprise since the package doesn't exist on NPM.
Native package manager behavior
No response
Images of the diff or a link to the PR, issue, or logs
No response
Smallest manifest that reproduces the issue
No response
The text was updated successfully, but these errors were encountered: