Skip to content
Snippets Groups Projects
Commit ca31580c authored by Gautier Pelloux-Prayer's avatar Gautier Pelloux-Prayer Committed by Rhys Arkins
Browse files

docs: specify supported binarySource modes (#3138)

parent dd73bc8c
Branches
No related tags found
No related merge requests found
......@@ -68,7 +68,8 @@ const options = [
},
{
name: 'binarySource',
description: 'Where to source binaries like `npm` and `yarn` from',
description:
'Where to source binaries like `npm` and `yarn` from, choices are `bundled`, `global` and `docker`',
admin: true,
type: 'string',
default: 'bundled',
......
......@@ -14,6 +14,7 @@ Be cautious when using this option - it will run Renovate over _every_ repositor
## binarySource
Set this to 'global' if you wish Renovate to use globally-installed binaries (`npm`, `yarn`, etc) instead of using its bundled versions.
Set this to 'docker' instead to use docker-based binaries.
## dryRun
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment