Automatically add to minimumReleaseAgeExclude on security updates (pnpm)
#40591
Replies: 2 comments
-
|
Hey, I agree that's desirable and there is #39168 which discusses it.
As far as I can tell this hasn't been discussed before (would love that, too 0.0). |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Yeah so we have #39168 to add it - and it's currently in the Merge Queue so should be live shortly 🚀 In terms of removing it when the MRA has passed, that sounds interesting - I've captured #40595 for it 👍 |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Tell us more.
Currently i have in my
pnpm-workspaceaminimumReleaseAgeof 1 day, which causes renovate to error whenever it attempts to open a security update pr.While i am aware that if i will use renovate's internal
minimumReleaseAgeand not thepnpm-workspaceone it will be able to handle this scenario withoutpnpmerroring about it. but the main motivation behind putting it in thepnpm-workspaceis to also stop developers from installing / updating packages which are not a day old.So my suggestion is to give renovate the ability to automatically add the package to the
minimumReleaseAgeExclude(in the case ofpnpm) whenever it is a security update (maybe it can be a config option that you have to enable first?) that way it can install it properly withoutpnpmerroring.On top of that make renovate remove the package after the
minimumReleaseAgehas passed, in some sort of "cleanup" pr.Beta Was this translation helpful? Give feedback.
All reactions