diff --git a/config.js b/config.js index 5e49793..8430691 100644 --- a/config.js +++ b/config.js @@ -4,11 +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, - onboardingConfigFileName: "renovate.json", - /*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