Update Onboarding config for open merge request #25119
Unanswered
MPritsch
asked this question in
Request Help
Replies: 1 comment 2 replies
-
I would be interested in an answer (to the question, how to update an Onboarding MR after it has been created) here. I found this renovatebot/config-help#54 here (renaming the Onboarding MR to get a new one) but I haven't tested it yet. |
Beta Was this translation helpful? Give feedback.
2 replies
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 what version of Renovate you run.
37.6.1
If you're self-hosting Renovate, select which platform you are using.
GitLab self-hosted
Was this something which used to work for you, and then stopped?
I never saw this working
Wanted end result.
I'm new to renovate. I'm in the process of creating an onboarding configuration, specifically with credentials to a private maven registry. I initially ran the default renovate gitlab-ci template which onboarded my repository with the default config. Since I want to change that config, I changed every place that looks like it could change the config in the merge-request. So far nothing seems to change this config. The lookups of our maven dependency fails, since it tries to access the public maven registry. The gitlab is in a private subnet, so it can't actually reach public registries.
I expected the endresult to change the renovate config of an open Onboarding merge-request in a repository. This should happen when I update the onboardingConfig in my config.js or the "RENOVATE_ONBOARDING_CONFIG" variable of my renovate-runner repository and rerun the renovate job.
Since I'm new, I don't know if this would work, or how I can update it anyway. Can you delete the "RENOVATE_ONBOARDING_CONFIG" variable and the config will be pulled from the config.js?
Is the renovate onboarding config of an open onboarding merge request ever updated anyway? Or is the only way to manually edit that MR? I wanted this repository to be the pilot of the group, so I wanted to see that it works there first.
What you tried so far.
Relevant debug logs
In the example I changed the "RENOVATE_ONBOARDING_CONFIG" to use a local config
Logs
In the MR this config is like this:
The logs of the renovate job:
Beta Was this translation helpful? Give feedback.
All reactions