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

18 lines
No EOL
685 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>',
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:recommended'],
prConcurrentLimit: 10,
updateLockFiles: true,
platformAutomerge: true
},
platformAutomerge: true,
forkProcessing: "enabled"
};