Drop draft npm manager only script execution

This commit is contained in:
HonkingGoose 2024-12-16 12:17:04 +01:00 committed by GitHub
parent 9f701e18fa
commit 6b157b229a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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