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 <renovate-bot@sheogorath.shivering-isles.com>',
logLevel: 'info',
onboarding: true,
onboardingConfig: {
extends: ['config:base'],
prConcurrentLimit: 5,
}
};