Renovate does not find all available maven dependencies #31548
-
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.gerrit Please tell us more about your question or problemI only want PATCH-version suggestions for Quarkus updates so I have disabled major & minor updates in the renovate.json. In the reproducer I have created a simple Quarkus project from their web site. I changed the Quarkus version from 3.14.4 to 3.8.3. https://github.com/attiand/code-with-quarkus. I run it with For the Quarkus bom: <dependency>
<groupId>${quarkus.platform.group-id}</groupId>
<artifactId>${quarkus.platform.artifact-id}</artifactId>
<version>${quarkus.platform.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency> I expect Renovate to find 3.8.6 and 3.14.4, and choose Renovate has found 203 versions of quarkus-bom which corresponds correctly to maven central.
Logs (if relevant)Logs
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi there, A maintainer decided this is not a bug, and behaving as designed. The maintainer will explain why this behavior is correct. To avoid confusing future readers, we will close this Discussion. We want Bug-type Discussions to be about things that we rate as bugs. For more details, please read our development docs about bug handling. If this bug report makes you think of an idea for a new feature, or how to improve a current feature, feel free to create a new Suggest an Idea Discussion. Thanks, the Renovate team |
Beta Was this translation helpful? Give feedback.
-
You need to set separateMinorPatch=true in config |
Beta Was this translation helpful? Give feedback.
You need to set separateMinorPatch=true in config