Update the pinned pnpm version for Volta #23068
oscard0m
started this conversation in
Suggest an Idea
Replies: 1 comment
-
PR welcome! |
Beta Was this translation helpful? Give feedback.
0 replies
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
What would you like Renovate to be able to do?
Currently, renovate will update the pinned versions of
yarn
,node
andnpm
in the volta key. Is it possible to also support updating the pinnedpnpm
version?Even though
pnpm
for Volta is experimental, I think it's safe to support it.Did you already have any implementation ideas?
I assume it would be a matter of adding an extra check in
lib/modules/manager/npm/extract/index.ts
:And updating the corresponding test and snapshot.
I'm happy to open a PR for this once you validate this makes sense.
Beta Was this translation helpful? Give feedback.
All reactions