Migrate config.js to new keys
This commit is contained in:
parent
8dba8237f3
commit
606075a7aa
1 changed files with 5 additions and 6 deletions
11
config.js
11
config.js
|
@ -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"
|
||||||
};
|
};
|
Reference in a new issue