Replies: 1 comment 2 replies
-
Have you reviewed the documentation on how to set up Dependabot to access private registries? https://docs.github.com/en/code-security/dependabot/working-with-dependabot/configuring-access-to-private-registries-for-dependabot |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Select Topic Area
Bug
Body
I have
dependabot.yml
and.yarnrc.yml
configured to use a private npm registry, but the Dependabot update jobs all fail with errors such as this:dependabot.yml:
.yarnrc.yml:
The errors seem to go away when I change
npmAlwaysAuth
tofalse
, but I cannot do that because then when I runyarn
in my local environment (which hasARTIFACTORY_ACCESS_TOKEN
set), it doesn't authenticate with my private registry. So I need Dependabot to work whennpmAlwaysAuth
istrue
.Beta Was this translation helpful? Give feedback.
All reactions