Skip to content
Snippets Groups Projects
Commit 5a89b27f authored by Rhys Arkins's avatar Rhys Arkins
Browse files

refactor: move endpoints from global to repository

parent 57b17f71
No related branches found
No related tags found
No related merge requests found
......@@ -1138,7 +1138,7 @@ const options = [
name: 'endpoints',
description: 'Endpoint configuration for credentials',
type: 'list',
stage: 'global',
stage: 'repository',
mergeable: true,
},
];
......
......@@ -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.
......
......@@ -13,8 +13,6 @@ Be cautious when using this option - it will run Renovate over _every_ repositor
## endpoint
## endpoints
## exposeEnv
## force
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment