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