From 0979746893ae84df6ee0e915f6aff3010df0b264 Mon Sep 17 00:00:00 2001 From: Patrick Fraley Date: Thu, 25 Sep 2025 12:37:13 +0200 Subject: [PATCH] Fix Bugs --- config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.js b/config.js index 3005677..2415af0 100644 --- a/config.js +++ b/config.js @@ -1,6 +1,6 @@ module.exports = { - "endpoint": "https://gitea.com/api/v1", // replace it with your actual endpoint - "gitAuthor": "Renovate Bot ", + "endpoint": "https://git.fraley.de/api/v1", // replace it with your actual endpoint + "gitAuthor": "Renovate Bot ", "platform": "gitea", "onboardingConfigFileName": "renovate.json", "autodiscover": true,