Post upgrade tasks not running #8377
Unanswered
andrewscfc
asked this question in
Request Help
Replies: 1 comment 8 replies
-
Which kind of renovate are you running? Post upgrade tasks need a bot config which is only available for self-hosting renovate. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey again,
I've just tried to test out 'post upgrade tasks' to run
npx npm-force-resolutions
to apply temporary updates to security compromised sub-depedencies: https://www.npmjs.com/package/npm-force-resolutionsI've added the following config but the command dosn't seem to be executing.
andrewscfc/simorgh@6dd75cc
It is supposed to:
npx npm-force-resolutions
to apply to the forced resolutionsnpm install
to correct some inconsistencies the force resolutions tool introduces (Don't modifypackage-lock.json
duringnpm ci
rogeriochaves/npm-force-resolutions#16)Thanks for this great tool it is hugely improving our dependency management.
Beta Was this translation helpful? Give feedback.
All reactions