1
0
Fork 0
This repository has been archived on 2025-01-13. You can view files and clone it, but cannot push or open issues or pull requests.
renovate-bot/config.js

20 lines
723 B
JavaScript
Raw Normal View History

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,
2019-11-09 02:24:06 +01:00
gitAuthor: 'Renovate Bot <renovate-bot@sheogorath.shivering-isles.com>',
logLevel: 'info',
2020-07-09 00:19:20 +02:00
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](https://git.shivering-isles.com/shivering-isles/renovate-bot).',
onboarding: true,
onboardingConfig: {
extends: ['config:base'],
prConcurrentLimit: 5,
updateLockFiles: true,
gitLabAutomerge: true
2020-05-25 03:28:44 +02:00
},
gitLabAutomerge: true,
includeForks: true
};