From 52012bf8198b99576d1b6584f5c7384f1e167b2f Mon Sep 17 00:00:00 2001 From: tmayoff Date: Wed, 3 Dec 2025 19:57:47 -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 6f42ac8..9b8936e 100644 --- a/config.js +++ b/config.js @@ -1,5 +1,5 @@ module.exports = { - "endpoint": "https://gitforge.mayoff.ca", + "endpoint": "http://forgejo:3000", "gitAuthor": "Renovate Bot ", "platform": "forgejo", "autodiscover": true,