Unexpected Version Upgrade Detected #34448
Replies: 2 comments 1 reply
-
It should work. Could you please create a minimal reproduction so we can be sure there aren't any other factors leading to the unexpected behaviour? |
Beta Was this translation helpful? Give feedback.
-
Hi there, Please help this Discussion progress 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.
-
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.
GitHub, Renovate version: 39.176.2
Please tell us more about your question or problem
I want to keep the PostgreSQL version in my docker-compose.yaml within the range 16 <= version < 17, so I wrote the following packageRules:
However, with this configuration, PostgreSQL v17 is also included as an upgrade target.
I know that there are alternative ways to avoid this issue, but shouldn’t this configuration work as expected?
Logs (if relevant)
Logs
Beta Was this translation helpful? Give feedback.
All reactions