From ef5cd79ad05898d636727334fd2ac6f2ec09c024 Mon Sep 17 00:00:00 2001 From: Lee Date: Sun, 15 Oct 2023 01:27:42 +0000 Subject: [PATCH] Update config.js --- config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.js b/config.js index f3cde41..1febe2a 100644 --- a/config.js +++ b/config.js @@ -2,7 +2,7 @@ module.exports = { "endpoint": "https://git.fascinated.cc/api/v1", "gitAuthor": "Renovate Bot ", "platform": "gitea", - "onboardingConfigFileName": "renovate.json5", + "onboardingConfigFileName": "renovate.json", "autodiscover": true, "autodiscoverFilter": ["fascinated/*"], "optimizeForDisabled": true,