From 606075a7aa6e9b03f1f8ebc20e4ba595fa1c134a Mon Sep 17 00:00:00 2001 From: Saibotk Date: Tue, 28 May 2024 10:07:47 +0000 Subject: [PATCH] Migrate config.js to new keys --- config.js | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/config.js b/config.js index 14d3c3c..e4e31c6 100644 --- a/config.js +++ b/config.js @@ -4,16 +4,15 @@ module.exports = { token: process.env.RENOVATE_TOKEN, autodiscover: true, gitAuthor: 'Renovate Bot ', - 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).', onboarding: true, onboardingConfig: { - extends: ['config:base'], + extends: ['config:recommended'], prConcurrentLimit: 10, updateLockFiles: true, - gitLabAutomerge: true + platformAutomerge: true }, - gitLabAutomerge: true, - includeForks: true -}; + platformAutomerge: true, + forkProcessing: "enabled" +}; \ No newline at end of file