mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-10 14:06:30 +00:00
Drop draft npm manager only script execution
This commit is contained in:
parent
9f701e18fa
commit
6b157b229a
1 changed files with 1 additions and 7 deletions
|
@ -2144,13 +2144,7 @@ Please ask Mend.io sales about "Renovate Enterprise Cloud".
|
||||||
If you are self-hosting Renovate, and want to allow Renovate to run any scripts:
|
If you are self-hosting Renovate, and want to allow Renovate to run any scripts:
|
||||||
|
|
||||||
1. Set the self-hosted config option [`allowScripts`](../self-hosted-configuration.md#allowscripts) to `true` in your bot/admin configuration
|
1. Set the self-hosted config option [`allowScripts`](../self-hosted-configuration.md#allowscripts) to `true` in your bot/admin configuration
|
||||||
1. Set `ignoreScripts` to `false` for the package managers you want to allow to run scripts (only works for the listed supportedManagers in the table above)
|
1. Set `ignoreScripts` to `false` for the package managers you want to allow to run scripts (only works for the supportedManagers listed in the table above)
|
||||||
|
|
||||||
##### Example config to allow scripts for npm
|
|
||||||
|
|
||||||
Insert example config that allows script execution for just the npm package manager.
|
|
||||||
|
|
||||||
<!-- markdownlint-enable MD001 -->
|
|
||||||
|
|
||||||
## ignoreTests
|
## ignoreTests
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue