From 2a736e25ddd8ddf9e0193e1e032ebb023629c1d0 Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Fri, 5 Jul 2024 20:07:48 +0000 Subject: [PATCH] Actualiser config.js --- config.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/config.js b/config.js index 205609d..e9e854e 100644 --- a/config.js +++ b/config.js @@ -4,10 +4,6 @@ module.exports = { gitAuthor: 'Renovate Bot ', username: 'renovate-bot', autodiscover: true, - onboardingConfig: { - $schema: 'https://docs.renovatebot.com/renovate-schema.json', - extends: ['config:base'] - }, optimizeForDisabled: true, - persistRepoData: true + onboardingConfigFileName: 'renovate.json' } \ No newline at end of file