How to allow Dependabot to reach private repo within my org for RubyGems updates? #51519
Select Topic AreaQuestion BodyI have a private repo w/ dependabot setup to create alerts as needed. Dependabot is getting 404s when trying to access other private repos which contain ruby gems and are within the same github org. I created an access token with see my Try #2 Error from UI Error in logs |
Answered by
brooksClo19
Apr 3, 2023
Replies: 1 comment 2 replies
|
This was due to my package-ecosystem being bundler which does not currently support private repositories. |
2 replies
Answer selected by
brooksClo19
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This was due to my package-ecosystem being bundler which does not currently support private repositories.