From 33d002a43d857830c0e4a5068ddfae88db8f5d0f Mon Sep 17 00:00:00 2001 From: renovate_bot Date: Mon, 29 Dec 2025 16:11:44 +0100 Subject: [PATCH] Update config.js --- config.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/config.js b/config.js index 1fcf73a..a4a092a 100644 --- a/config.js +++ b/config.js @@ -3,10 +3,6 @@ module.exports = { endpoint: 'https://gitea.crescentec.ch/api/v1', gitAuthor: "Renovate Bot ", autodiscover: true, - onboardingConfig: { - $schema: 'https://docs.renovatebot.com/renovate-schema.json', - extends: ['config:recommended'], - }, + onboardingConfigFileName: "renovate.json", optimizeForDisabled: true, - persistRepoData: true, }; \ No newline at end of file