Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
renovate
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SmartDataLab
public
applications
renovate
Commits
ca31580c
Commit
ca31580c
authored
Jan 30, 2019
by
Gautier Pelloux-Prayer
Committed by
Rhys Arkins
Jan 30, 2019
Browse files
Options
Downloads
Patches
Plain Diff
docs: specify supported binarySource modes (#3138)
parent
dd73bc8c
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
lib/config/definitions.js
+2
-1
2 additions, 1 deletion
lib/config/definitions.js
website/docs/self-hosted-configuration.md
+1
-0
1 addition, 0 deletions
website/docs/self-hosted-configuration.md
with
3 additions
and
1 deletion
lib/config/definitions.js
+
2
−
1
View file @
ca31580c
...
...
@@ -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
'
,
...
...
This diff is collapsed.
Click to expand it.
website/docs/self-hosted-configuration.md
+
1
−
0
View file @
ca31580c
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment