Nuget ecosystem on a repository with private submodules #13795
Unanswered
serban-seeq
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I recently broke our dependabot because I added a submodule of a private repo to my main private repo. I really dont want to scan or do anything with the submodule since there is a related dependabot action running on that repo already. Dependabot chokes on the nuget action with:
Cloning into '/home/dependabot/dependabot-updater/repo/deps/privatesubmodule'...
fatal: could not read Username for 'https://github.com/': No such device or address
fatal: clone of 'https://github.com/org/privatesubmodule.git' into submodule path '/home/dependabot/dependabot-updater/repo/deps/privatesubmodule' failed
I tried adding a registry with a PAT that has readonly access to the privatesubmodule repo but its still not working
Im using /.github/dependabot.yml so no special env/runner/workflow.
Beta Was this translation helpful? Give feedback.
All reactions