How to make Renovate upgrade only to LTS versions? #31281
-
What would you like help with?Other 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.Github / Renovate latest from dockerhub Please tell us more about your question or problemHow to make Renovate upgrade software to LTS versions only? I know that java has a specific preset: Logs (if relevant)No response |
Beta Was this translation helpful? Give feedback.
Answered by
rarkins
Sep 11, 2024
Replies: 1 comment 2 replies
-
You need to be more specific. Naturally Renovate cannot know the LTS status of all software on the planet, but if there are distributions like Java, Node, Ubuntu etc which are widely used then we add awareness. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you insist on asking generically, then the answer is that there is no generic solution for LTS in the software industry and hence in Renovate either. LTS awareness needs to be added on a case by case basis, and where it's added then Renovate has reused its stable/unstable terminology to support it (e.g. not upgrading from stable to unstable) although this issue exists to make LTS awareness its own concept separate from stable/unstable: #27632