14 lines
356 B
JavaScript
14 lines
356 B
JavaScript
module.exports = {
|
|
platform: 'gitlab',
|
|
endpoint: '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,
|
|
}
|
|
};
|