15 lines
282 B
JavaScript
15 lines
282 B
JavaScript
|
module.exports = {
|
||
|
platform: 'gitlab',
|
||
|
endpoint: 'https://git.shivering-isles.com/api/v4/',
|
||
|
token: process.env.RENOVATE_TOKEN,
|
||
|
autodiscover: true,
|
||
|
|
||
|
logLevel: 'info',
|
||
|
|
||
|
onboarding: true,
|
||
|
onboardingConfig: {
|
||
|
extends: ['config:base'],
|
||
|
prConcurrentLimit: 5,
|
||
|
}
|
||
|
};
|