Allow specifying a custom GOPRIVATE in dependabot.yml
Is there an existing issue for this?
- [X] I have searched the existing issues
Feature description
Dependabot should allow providing custom GOPRIVATE.
In my case, go modules are named go.company.com/<packageName> but hosted at github.com/company/
So I need a way to configure GOPRIVATE=go.company.com,github.com/company
suggested here: https://github.com/dependabot/dependabot-core/issues/1437#issuecomment-1020449381
Any plans to support this in the near future? I'm trying to decide if we should migrate our go modules back to GitHub :(
The workaround suggested here https://github.com/dependabot/dependabot-core/issues/1437#issuecomment-1020449381 doesn't work for me.
We would be very interested in this as well!
Adding Yahoo who is interested in this feature and also tagged as Blocker - https://github.com/githubcustomers/Yahoo-Inc/issues/103
You can now commit a go.env file and Dependabot will use it during the update. This allows you to set any environment variables needed such as GOPRIVATE.