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
No related branches found
No related tags found
No related merge requests found
...@@ -68,7 +68,8 @@ const options = [ ...@@ -68,7 +68,8 @@ const options = [
}, },
{ {
name: 'binarySource', 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, admin: true,
type: 'string', type: 'string',
default: 'bundled', default: 'bundled',
......
...@@ -14,6 +14,7 @@ Be cautious when using this option - it will run Renovate over _every_ repositor ...@@ -14,6 +14,7 @@ Be cautious when using this option - it will run Renovate over _every_ repositor
## binarySource ## 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 '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 ## dryRun
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment