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

refactor: expose endpoints configuration object

parent bdf2da7b
No related branches found
No related tags found
No related merge requests found
...@@ -1134,6 +1134,13 @@ const options = [ ...@@ -1134,6 +1134,13 @@ const options = [
type: 'boolean', type: 'boolean',
default: true, default: true,
}, },
{
name: 'endpoints',
description: 'Endpoint configuration for credentials',
type: 'list',
stage: 'global',
mergeable: true,
},
]; ];
function getOptions() { function getOptions() {
......
...@@ -13,6 +13,8 @@ Be cautious when using this option - it will run Renovate over _every_ repositor ...@@ -13,6 +13,8 @@ Be cautious when using this option - it will run Renovate over _every_ repositor
## endpoint ## endpoint
## endpoints
## exposeEnv ## exposeEnv
## force ## force
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment