separateMultipleMajor not applying #34159
Replies: 2 comments
-
Hi there, Get your discussion fixed faster by creating a minimal reproduction. This means a repository dedicated to reproducing this issue with the minimal dependencies and config possible. Before we start working on your issue we need to know exactly what's causing the current behavior. A minimal reproduction helps us with this. Discussions without reproductions are less likely to be converted to Issues. Please follow these steps:
If you need help with running renovate on your minimal reproduction repository, please refer to our Running Renovate guide. The Renovate team |
Beta Was this translation helpful? Give feedback.
-
config was not picked up because baseBranches was used but useBaseBranchConfig was not set to true |
Beta Was this translation helpful? Give feedback.
-
How are you running Renovate?
Self-hosted Renovate
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
When running renovate with config:recommended and separateMultipleMajor: true
it's raising PRs for angular from 17 to 19
I've tried restricting the package group via allowedVersions: ">=18 && <19" with no success
Logs (if relevant)
Logs
Beta Was this translation helpful? Give feedback.
All reactions