NodeJS engines param using .x version #33485
Unanswered
Asiratlan
asked this question in
Request Help
Replies: 1 comment
-
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.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How are you running Renovate?
Self-hosted Renovate
If you're self-hosting Renovate, tell us which platform (GitHub, GitLab, etc) and which version of Renovate.
Bitbucket, latest version
Please tell us more about your question or problem
Hello here.
We currently run Renovate Bot on our javascript projects to keep our libraries updated. We specified the engines property in our package.json files to use a specified major version. (like "18.x"). We got an update from renovate which changed it to a specific version (example: "18.5.12"). I would like to be able to use renovate to try to update this constant only for majors only and not tie ourselves to a specific minor/patch. Is there any way to configure that? We don't mind other minor/patch update into other files like DockerFile.
Logs (if relevant)
Logs
Beta Was this translation helpful? Give feedback.
All reactions