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
When requesting dependabot to resolve a security alert and create a PR on a context that has a private repo configured with the Github Package Registry, dependabot will try to look for updates on the affected package on the Github Package Regitry despite the package being a public one. It should instead look in the yarn registry like it is written in the yarn.lock file.
Native package manager behavior
The native package manager looks for updates for the package in the regitry specified in the lockfile
Images of the diff or a link to the PR, issue, or logs
Is there an existing issue for this?
Package ecosystem
npm
Package manager version
yarn v4.5.3
Language version
Node.js v22.13.1
Manifest location and content before the Dependabot update
No response
dependabot.yml content
Updated dependency
undici from 6.19.8 to 6.21.1 or later
What you expected to see, versus what you actually saw
When requesting dependabot to resolve a security alert and create a PR on a context that has a private repo configured with the Github Package Registry, dependabot will try to look for updates on the affected package on the Github Package Regitry despite the package being a public one. It should instead look in the yarn registry like it is written in the yarn.lock file.
Native package manager behavior
The native package manager looks for updates for the package in the regitry specified in the lockfile
Images of the diff or a link to the PR, issue, or logs
Smallest manifest that reproduces the issue
The text was updated successfully, but these errors were encountered: