Can Renovate be made to work without an onboarding PR? #15522
-
Hi. I have a Gitlab organization with hundreds of repos. I want Renovate to run on all of them. My current onboarding config is
but I'd like to make it so Renovate can run without an onboarding PR. Is that possible? All the onboarding PR does is add this inside the repo
although I think it redundant. I want all repos to use the same config, which I have in the root of the repository where I run Renovate from. This would save me having to merge hundreds of onboarding PRs. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
Sure, configure onboarding=false and requireConfig=false. Make sure all config you want is in the |
Beta Was this translation helpful? Give feedback.
Sure, configure onboarding=false and requireConfig=false. Make sure all config you want is in the
config.js
of the bot.