1
0
Fork 0

Migrate config.js to new keys

This commit is contained in:
Saibotk 2024-05-28 10:07:47 +00:00
parent 8dba8237f3
commit 606075a7aa

View file

@ -4,16 +4,15 @@ module.exports = {
token: process.env.RENOVATE_TOKEN, token: process.env.RENOVATE_TOKEN,
autodiscover: true, autodiscover: true,
gitAuthor: 'Renovate Bot <renovate-bot@git.saibotk.de>', gitAuthor: 'Renovate Bot <renovate-bot@git.saibotk.de>',
logLevel: 'info',
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).', 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, onboarding: true,
onboardingConfig: { onboardingConfig: {
extends: ['config:base'], extends: ['config:recommended'],
prConcurrentLimit: 10, prConcurrentLimit: 10,
updateLockFiles: true, updateLockFiles: true,
gitLabAutomerge: true platformAutomerge: true
}, },
gitLabAutomerge: true, platformAutomerge: true,
includeForks: true forkProcessing: "enabled"
}; };