From 3afcca599fad3b3b34b60c4411e71e3085a1997d Mon Sep 17 00:00:00 2001 From: Lee Date: Sun, 15 Oct 2023 01:18:20 +0000 Subject: [PATCH] Update config.js --- config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.js b/config.js index 7fccc70..f3cde41 100644 --- a/config.js +++ b/config.js @@ -1,6 +1,6 @@ module.exports = { - "endpoint": "https://gitea.com/api/v1", - "gitAuthor": "Renovate Bot ", + "endpoint": "https://git.fascinated.cc/api/v1", + "gitAuthor": "Renovate Bot ", "platform": "gitea", "onboardingConfigFileName": "renovate.json5", "autodiscover": true,