0845276a95
The new footer will also point out where to find the local configuration and setup, which should help to report bugs.
17 lines
668 B
JavaScript
17 lines
668 B
JavaScript
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',
|
|
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
|
|
}
|
|
};
|