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
2019-11-09 02:21:41 +01:00

14 lines
310 B
JavaScript

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