Renovate upgrading ember-cli past the current LTS despite using ~3.20.2 #8272
-
What Renovate type, platform and version are you using? Self hosting renovate:23.66 in gitlab CE. Describe the issue When adding Renovate to our Ember.js (and python) project our package.json devDependencies version for The "Configure Renovate" MR told us it would upgrade It's possible this can be changed with config, but it appears that Renovate is upgrading past our desired LTS release version and getting the latest 3.x version. I wanted to see if this was a configuration issue on our end before opening a bug. We have allowed renovate to pin our package.json file now, so it is set to 3.20.2 - what would be the best way to get Renovate to generate a Our renovate.json:
config.js:
Thanks very much. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
You need btw: update renovate, latest is 24.16.2 as of now, see https://hub.docker.com/r/renovate/renovate/tags?page=1&ordering=last_updated |
Beta Was this translation helpful? Give feedback.
-
Where/how is that "LTS" information defined? Do I understand it correctly that although Also a simple reproduction repo would be required to debug further. |
Beta Was this translation helpful? Give feedback.
-
@viceice that's the setting we were after, thanks so much, I'm getting a lot more minor point release MRs now. @rarkins The web page https://emberjs.com/releases/lts is where I get the assertion that 3.20 is the current LTS - https://www.npmjs.com/package/ember-cli also has an lts tag. As best I can tell from release notes https://blog.emberjs.com/ember-3-20-released/ and https://blog.emberjs.com/ember-3-24-released/ both 3.20 and 3.24 are LTS candidates, but currently 3.20 is the current LTS. I wasn't aware of this before yesterday but our Ember expert flagged it so I started looking at it. |
Beta Was this translation helpful? Give feedback.
You need
separateMinorPatch=true
btw: update renovate, latest is 24.16.2 as of now, see https://hub.docker.com/r/renovate/renovate/tags?page=1&ordering=last_updated