Major updates being pushed in cases where we are not expecting them #34919
-
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.Kubernetes, being used for GitLab. Renovate v39.207.3 Please tell us more about your question or problemWe have a GitLab project that inherits the following The project has a local From what I understand, the The problem we're seeing is that a major update is still being created for the package One other theory I had was that maybe Renovate was proposing the update because the version was unsupported/deprecated but when looking into it there was no mention of the package being unsupported/deprecated. I did look through the logs(DEBUG mode) and couldn't find anything that shows how renovate makes its decisions, also tried looking at source code but got lost in all the code. The only other thing i can think of is that maybe major updates are enabled by default and thats why the solution above works. Would love some clarity on this, thank you. Logs (if relevant)Logs |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Your rule does nothing at all. Enabled=true is default behavior so the rule changes nothing. Instead, you need a rule which sets enabled=false for major updates |
Beta Was this translation helpful? Give feedback.
Your rule does nothing at all. Enabled=true is default behavior so the rule changes nothing. Instead, you need a rule which sets enabled=false for major updates