Renovate bot creating too many Merge Requests despite grouping configuration #31424
Unanswered
badrshs
asked this question in
Request Help
Replies: 1 comment 2 replies
-
The monorepo preset rules coming from |
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
-
What would you like help with?
I think I found a bug
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
Please tell us more about your question or problem
I'm trying to configure Renovate bot for my project, but I'm having trouble getting it to create the exact number of Merge Requests (MRs) I want. My project uses both npm for frontend dependencies and NuGet for backend dependencies.
Current Situation
With my current configuration, Renovate is creating 68 MRs, which is far more than I need. Here's a snippet of what I'm seeing:
Desired Outcome
I want to significantly reduce the number of MRs to just 5:
My Current Configuration
Here's my current Renovate configuration:
I also tried
I assumed the one above should create only 1 MR but it did
Question
How can I modify my Renovate configuration to create exactly 5 MRs as described in the "Desired Outcome" section? I've tried various grouping strategies, but I'm still getting too many individual MRs.
Any help in refining this configuration would be greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions