From 547ffecb1ffd788f6e7d295af5c4d58843d79dfe Mon Sep 17 00:00:00 2001 From: tmayoff Date: Wed, 3 Dec 2025 19:58:49 -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 9b8936e..e988aa3 100644 --- a/config.js +++ b/config.js @@ -1,5 +1,5 @@ module.exports = { - "endpoint": "http://forgejo:3000", + "endpoint": "http://10.0.0.2:3000", "gitAuthor": "Renovate Bot ", "platform": "forgejo", "autodiscover": true,