github-action
github-action copied to clipboard
Bundle renovate and allow global mode on Windows / MacOS
I like to bundle renovate internally, so we can run this action on Windows / MacOS agents.
That way we can support updating lockfiles which required a specific environment. Eg: XCode or VisualStudio.
We are already using @vercel/ncc to bundle the action code.
A user can install required repo tools globally before running renovate. There are a lot actions for this.