19 lines
688 B
JavaScript
19 lines
688 B
JavaScript
module.exports = {
|
|
platform: 'gitlab',
|
|
endpoint: process.env.CI_API_V4_URL || 'https://git.saibotk.de/api/v4/',
|
|
token: process.env.RENOVATE_TOKEN,
|
|
autodiscover: true,
|
|
gitAuthor: 'Renovate Bot <renovate-bot@git.saibotk.de>',
|
|
logLevel: 'info',
|
|
prFooter: 'This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). The local configuration can be found in the [local Renovate Bot repository](https://git.saibotk.de/saibotk.de/renovate-bot).',
|
|
|
|
onboarding: true,
|
|
onboardingConfig: {
|
|
extends: ['config:base'],
|
|
prConcurrentLimit: 10,
|
|
updateLockFiles: true,
|
|
gitLabAutomerge: true
|
|
},
|
|
gitLabAutomerge: true,
|
|
includeForks: true
|
|
};
|