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
lucemia
changed the title
Dependabot Bot check public package against private source
Dependabot will check public package against private source if defined registries in dependabot.ymlDec 7, 2023
I'm also experiencing this.
I want to add/clarify the following.
Poetry has support for different priorities for additional package sources, see https://python-poetry.org/docs/repositories/#project-configuration
One of those priorities is named explicit, as used in the example config from OP above.
Poetry documentation states the following:
Despite this dependabot is indeed checking for each (pypi public) package some information on the private package source.
This slow things down and may lead to incorrect results.
Is there an existing issue for this?
Package ecosystem
poetry
Package manager version
1.6
Language version
3.10
Manifest location and content before the Dependabot update
/
dependabot.yml content
Updated dependency
N/A
What you expected to see, versus what you actually saw
Actually:
registries
section is defined in thedependabot.yml
file.Expected:
Native package manager behavior
No response
Images of the diff or a link to the PR, issue, or logs
Without defined
registries
independabot.yml
Work correctly
with defined
registries
independabot.yml
dependabot will check private source
Smallest manifest that reproduces the issue
The text was updated successfully, but these errors were encountered: