Taking config file from a branch other than repository default #13036
tarquin-the-brave
started this conversation in
Suggest an Idea
Replies: 3 comments 14 replies
-
nope, config needs to be on default branch, use a fork to test 😉 |
Beta Was this translation helpful? Give feedback.
2 replies
-
You can do a PoC without needing a config in any branch:
Alternatively if you want to commit a config to some other branch (e.g.
|
Beta Was this translation helpful? Give feedback.
12 replies
-
You can use this configuration now |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The docs state that the Renovate config can be placed in a bunch of file locations on the repository's default branch. https://docs.renovatebot.com/configuration-options/
This is a bit awkward. I'm currently trialling Renovate for use in a Gitlab codebase. I've been very impressed with how non-intrusive it is (up to this point). I've been able to set up a job to run Renovate and I was impressed by its ability to autodetect dependencies.
I would like to fully proof of concept the use of Renovate on a branch, seeing what the dependency dashboard looks like, etc, but find myself needing to merge the config I want to use into the default branch. This means I can't change the config file without getting a merge request approved and going through a review process.
Maybe I've missed a CLI parameter to say "use the config file at this local path", but if I haven't, that would be a really useful feature to have.
Beta Was this translation helpful? Give feedback.
All reactions