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
Sheogorath 8295d14216
Enable renovate bot on forked projects
Previously renovatebot would ignore forks. This patch fixes this as long
as botaniker has access to it, it should creates MRs.
2020-05-25 03:36:29 +02:00

19 lines
715 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
},
gitLabAutomerge: true,
includeForks: true
};