Closed CodeHex closed 5 years ago
A couple of questions:
In that case it should be achievable - just using same token we already have for the working repo - but maybe the code is missing. I'll check it out.
I've added a feature request here that you can subscribe to, to be informed when it's updated or solved: https://github.com/renovatebot/renovate/issues/3143
Hi, renovate works perfectly for our go apps if there are no dependencies on private repos. This includes updating private repos themselves. But when we get a renovate PR for an app that has a dependency on a private repo, the
go.mod
file is updated correctly but there is always a problem with the correspondinggo.sum
(Lock file problem). Looking at the docker output, all the private repos are reportingunknown revision
, (we're using the GithubApp btw)I was wondering if you had any recommendations for getting past this problem. Or if there is any configuration options available to allow this
go.sum
to be updated correctly using the github authentication already provided to access private repos. Thanks!