From 7e38cd120eab13225a1756dedff0ec9b99bb0efe Mon Sep 17 00:00:00 2001 From: justus Date: Tue, 12 Nov 2024 13:15:17 -0500 Subject: [PATCH] Update config.js --- config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.js b/config.js index 20168ca..12a557a 100644 --- a/config.js +++ b/config.js @@ -1,5 +1,5 @@ module.exports = { - "endpoint": "https://gitea.com/api/v1", // replace it with your actual endpoint + "endpoint": "https://gitea.mycomputer.party/api/v1", // replace it with your actual endpoint "gitAuthor": "Renovate Bot ", "platform": "gitea", "onboardingConfigFileName": "renovate.json",