diff --git a/config.js b/config.js index 205609d..e9e854e 100644 --- a/config.js +++ b/config.js @@ -4,10 +4,6 @@ module.exports = { gitAuthor: 'Renovate Bot ', username: 'renovate-bot', autodiscover: true, - onboardingConfig: { - $schema: 'https://docs.renovatebot.com/renovate-schema.json', - extends: ['config:base'] - }, optimizeForDisabled: true, - persistRepoData: true + onboardingConfigFileName: 'renovate.json' } \ No newline at end of file