RENOVATE_ONBOARDING_CONFIG is not respected #32168
Replies: 2 comments 4 replies
-
This is expected behavior if you have saved the preset in a repo named
Footnotes |
Beta Was this translation helpful? Give feedback.
3 replies
This comment has been hidden.
This comment has been hidden.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How are you running Renovate?
self-hosted
If you're self-hosting Renovate, tell us which platform (GitHub, GitLab, etc) and which version of Renovate.
GitLab (saas)
Please tell us more about your question or problem
I am running renovate of version 38.132.3 (image ghcr.io/renovatebot/renovate:38.132.3).
I pass
RENOVATE_ONBOARDING_CONFIG
as env variable and it is not respected for onboarding MR. Incorrect value for config is still used.Logs (if relevant)
In the env variable I have
I use
gitlab>
as my project is on gitlab saas.and in debug log I can see it is found:
gitlab>
matches here -> all good.Later in log I can see:
and it results in onborading MR with
local>
and notgitlab>
as I expect.Please clarify on what is wrong?
Beta Was this translation helpful? Give feedback.
All reactions