self hosted renovate problems with local gitlab connection #22030
-
How are you running Renovate?Self-hosted If you're self-hosting Renovate, tell us what version of Renovate you run.35.14.4 If you're self-hosting Renovate, select which platform you are using.GitLab self-hosted If you're self-hosting Renovate, tell us what version of the platform you run.GitLab Community Edition 15.10.4 Was this something which used to work for you, and then stopped?I never saw this working Wanted end result.I want to have renovate running as cronjob in my kubernetes cluster., so that it can connect to my local gitlab instance git.example.com, and scan determined repositories for dependency version upgrades. What you tried so far.What you tried so farHave created gitlab personal access token with following permissions:
My current configs:
I have tried:
Relevant debug logsLogs
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 10 replies
-
Repositories should be like Have you added that GitLab user to the project? |
Beta Was this translation helpful? Give feedback.
-
The url |
Beta Was this translation helpful? Give feedback.
The relevant log line appears to be:
and this is from source:
renovate/lib/modules/platform/gitlab/index.ts
Line 238 in f63f364
In other words, this http:// (not https://) URL is being returned by GitLab. Is it wrong?