diff --git a/config.js b/config.js index 6e81004..f31a7af 100644 --- a/config.js +++ b/config.js @@ -1,6 +1,6 @@ module.exports = { platform: 'gitlab', - endpoint: 'https://git.shivering-isles.com/api/v4/', + endpoint: process.env.CI_API_V4_URL || 'https://git.shivering-isles.com/api/v4/', token: process.env.RENOVATE_TOKEN, autodiscover: true, gitAuthor: 'Renovate Bot ',