Maven central & snapshot #33620
-
How are you running Renovate?A Mend.io-hosted app If you're self-hosting Renovate, tell us which platform (GitHub, GitLab, etc) and which version of Renovate.No response Please tell us more about your question or problemHi, I just begin with Renovate. I don't understand why Renovate only update my library from Repro -> https://github.com/rlatapy-luna/renovate-minimal-reproduction/tree/main Logs (if relevant)rlatapy-luna_Compose-Playground_2025-01-14_22-37_8fc4e64a-60dd-4111-aa61-1c94a79a2f6c.log Logs lbcpresenter
Full logs
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 5 replies
-
Hi there, A maintainer wants you to find and share a specific log message ( If you self-host Renovate: make sure you run Renovate with Find the relevant dependency/dependencies in the log message, and copy/paste those parts into this discussion. If you do not know which bits we need, you can copy/paste the full log message. Read the Renovate docs, Troubleshooting to learn more about getting the docs, and getting the correct type of logs. Thanks, the Renovate team |
Beta Was this translation helpful? Give feedback.
-
Can you create a minimal reproduction? i.e. repo with only one dependency. It will be much easier to debug. Instructions below |
Beta Was this translation helpful? Give feedback.
-
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.
-
Answer: Renovate does not update from stable to unstable version by default. If you want it to update from a stable snapshot like v1.0.0-287-SNAPSHOT to an unstable release like v1.0.3-rc-335 then you need to configure |
Beta Was this translation helpful? Give feedback.
It's a little more advanced than I originally wrote.
The current version is
1.0.0-287-SNAPSHOT
which is considered unstable in Renovate terms. It sorts lower than1.0.0
, for example.Renovate's default behavior is:
This is why an update to 1.0.0-288-SNAPSHOT is proposed (using default config) but not any of the 1.0.1 or higher snapshots. Once you set ignoreUnstable=false, Renovate will allow any unstable version which sorts higher, so it takes the highest.