How do I make Renovate bot to update only LTS versions of nodejs #14643
Unanswered
tal-rofe
asked this question in
Request Help
Replies: 1 comment 5 replies
-
Not possible due to the -alpine suffix. Our node versioning understands LTS but not suffixes like that. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have configured Renovate with
renovate.config.js
:Moreover, I've added the following file (dedicated to this question purpose) called
.nvmrc
:lts/*
I expected Renovate to upgrade my repository used Node.js versions to only LTS versions (so basically 16) but it updated to 17.
For example - it tried the following:
16-alpine -> 17-alpine
I guess I have some incorrect configuration?
How can I make Renovate to update only LTS versions of Node.js?
Beta Was this translation helpful? Give feedback.
All reactions