Add support for a node-lambda versioning #32313
Garethp
started this conversation in
Suggest an Idea
Replies: 1 comment 5 replies
-
Renovate already has an endoflife datasource, so you should check in case you can use that. You likely need to combine that with a custom regex manager and not write any new versioning either. |
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
-
Tell us more.
What would you like Renovate to be able to do?
I'd like to be able to update nodejs version with the schedule of AWS Lambdas. The current
node
versioning module waits for that node version to be released as LTS however Lambdas seem to lag the LTS versions by up to a month. I'd like to be able to keep my.nvmrc
and docker image in-step with my Lambda versions and I think the correct method would be to create a newnode-lambda
versioning option that reflects AWS LambdaIf you have any ideas on how this should be implemented, please tell us here.
The list of current Lambda versions and their EOL date can be found in JSON format at https://endoflife.date/api/aws-lambda.json. I think this could be implemented by
endoflife.date
fornode-lambda
lambda-node
versioning module inlib/modules/versioning
I'd be happy to try contributing this myself if this is a feature Renovate would be happy to accept
Beta Was this translation helpful? Give feedback.
All reactions