module.exports = { platform: 'gitlab', endpoint: process.env.CI_API_V4_URL || 'https://git.shivering-isles.com/api/v4/', token: process.env.RENOVATE_TOKEN, autodiscover: true, gitAuthor: 'Renovate Bot ', logLevel: 'info', onboarding: true, onboardingConfig: { extends: ['config:base'], prConcurrentLimit: 5, updateLockFiles: true, gitLabAutomerge: true } };