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