Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
renovate
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
Renovate Bot
renovate
Commits
5a89b27f
Commit
5a89b27f
authored
6 years ago
by
Rhys Arkins
Browse files
Options
Downloads
Patches
Plain Diff
refactor: move endpoints from global to repository
parent
57b17f71
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
lib/config/definitions.js
+1
-1
1 addition, 1 deletion
lib/config/definitions.js
website/docs/configuration-options.md
+14
-0
14 additions, 0 deletions
website/docs/configuration-options.md
website/docs/self-hosted-configuration.md
+0
-2
0 additions, 2 deletions
website/docs/self-hosted-configuration.md
with
15 additions
and
3 deletions
lib/config/definitions.js
+
1
−
1
View file @
5a89b27f
...
...
@@ -1138,7 +1138,7 @@ const options = [
name
:
'
endpoints
'
,
description
:
'
Endpoint configuration for credentials
'
,
type
:
'
list
'
,
stage
:
'
global
'
,
stage
:
'
repository
'
,
mergeable
:
true
,
},
];
...
...
This diff is collapsed.
Click to expand it.
website/docs/configuration-options.md
+
14
−
0
View file @
5a89b27f
...
...
@@ -193,6 +193,20 @@ Example:
See https://renovatebot.com/docs/deep-dives/private-modules for details on how this is used to encrypt npm tokens.
## endpoints
Example for configuring
`docker`
auth:
```
json
{
"endpoints"
:
{
"platform"
:
"docker"
,
"username"
:
"<some-username>"
,
"password"
:
"<some-password>"
}
}
```
## engines
Extend this if you wish to configure rules specifically for
`engines`
definitions. Currently only
`node`
is supported.
...
...
This diff is collapsed.
Click to expand it.
website/docs/self-hosted-configuration.md
+
0
−
2
View file @
5a89b27f
...
...
@@ -13,8 +13,6 @@ Be cautious when using this option - it will run Renovate over _every_ repositor
## endpoint
## endpoints
## exposeEnv
## force
...
...
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