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', prFooter: 'This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). The local configuration can be found in the [SI Renovate Bot repository](git.shivering-isles.com/shivering-isles/renovate-bot).', onboarding: true, onboardingConfig: { extends: ['config:base'], prConcurrentLimit: 5, updateLockFiles: true, gitLabAutomerge: true }, gitLabAutomerge: true };