Private and public npm registry for version updates with dependabot #11699
Unanswered
benebene84
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to enable version updates in Github dependabot with the help of a dependabot.yml file.
As dependencies in my package.json i have "normal" packages that should resolve to the npm registry and one private Github packages npm package. This is my dependabot.yml file:
Now if I look at the log files from dependabot, it tries to fetch all packages from the private Github packages, not only the one's i have specified in the
.npmrc
file.if I add a allow and specify which packages should be allowed, it only tries to update the one package that is from the private repo.
Do I have to separate them?
Any help appreciated.
Thanks
Benedikt
Beta Was this translation helpful? Give feedback.
All reactions