From e824d4b03f80bf76e41a6abc7b89858cd536a195 Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Thu, 18 Apr 2024 16:33:50 +0200 Subject: [PATCH] Better defaults --- config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.js b/config.js index b9ea1a9..ca95386 100644 --- a/config.js +++ b/config.js @@ -2,7 +2,7 @@ module.exports = { "endpoint": "https://git.vbrandl.net/api/v1", "gitAuthor": "Renovate Bot ", "platform": "gitea", - "onboardingConfigFileName": "renovate.json5", + "onboardingConfigFileName": "renovate.json", "autodiscover": true, "forkProcessing": "disabled", "dryRun": null,