diff --git a/config.js b/config.js index 4ee2ca9..5e49793 100644 --- a/config.js +++ b/config.js @@ -4,10 +4,11 @@ module.exports = { gitAuthor: 'Renovate Bot ', // set the email address to whatever email your gave this user in your gitea username: 'renovate-bot', autodiscover: true, - onboardingConfig: { + onboardingConfigFileName: "renovate.json", + /*onboardingConfig: { $schema: 'https://docs.renovatebot.com/renovate-schema.json', extends: ['config:recommended'], - }, + },*/ optimizeForDisabled: true, persistRepoData: true, }; \ No newline at end of file