From d939d469973cd50f7b1e062089a6b2e60972ee74 Mon Sep 17 00:00:00 2001 From: bieri Date: Wed, 4 Mar 2026 00:23:56 +0100 Subject: [PATCH] Update config.js --- config.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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