custom lockfile maintenance support #42859
awodij
started this conversation in
Suggest an Idea
Replies: 1 comment 3 replies
-
|
cc @secustor do you think this is something that'd work alongside #42054 perhaps? (as a follow-up piece of functionality) |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Tell us more.
As a renovate user, it would be helpful to be able to specify custom lockfile maintenance tasks.
Today, I use a custom dependency management tool with a custom lockfile format. I use a custom regex manager which handles version upgrades well, and can tie a lockfile update during a dependency upgrade by using the postUpgradeTasks. However there doesn't seem to be a way to be able to update this lockfile when dependencies ranges don't need refreshed.
I am not familiar with the renovate source but for example something along these lines mixing concepts from customManagers + postUpgradeTasks that are currently in place would do the trick. I think this would necessitate allowing a generic command to update lock files, and could be white listed similar to how postUpgradeTasks works.
Also open to ideas if folks think there is a way to do this today already.
Beta Was this translation helpful? Give feedback.
All reactions