Renovate creates unexpected major updates #33491
Replies: 3 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.
-
There's no need to add group config when disabling. It likely doesn't cause any problem, but it's superfluous. Otherwise it's not obvious why major updates aren't disabled so we need a reproduction repo to test against |
Beta Was this translation helpful? Give feedback.
-
medz/prisma-dart#461 I encountered the same problem. In dart pub, it does not detect whether the entire workspace dependencies are equivalent, and each PR needs to be manually verified. |
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.
Azure DevOps, latest vesion
Please tell us more about your question or problem
I want renovate to create only minor and patch updates for my angular project. Here is my config:
So the topmost rule is the only enabled, while as majors updates are explicitly disabled. Still, renovate pushes updates like:
Also - how can I close the PR on Azure DevOps so it does not recreated again? If I abandon it - it will reappear the next time I run renovate
Logs (if relevant)
Logs
Beta Was this translation helpful? Give feedback.
All reactions