From 2b3d8640c38fc269dea4a148d37d331e49a2d1fa Mon Sep 17 00:00:00 2001 From: Akshun Aggarwal Date: Wed, 9 Jul 2025 07:02:37 +0000 Subject: [PATCH] Update config.js --- config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.js b/config.js index 0cd424c..d987199 100644 --- a/config.js +++ b/config.js @@ -1,6 +1,6 @@ module.exports = { platform: 'gitea', - endpoint: 'http://192.168.1.12:3011/api/v1', + endpoint: 'https://gitea.akshun-lab.uk/api/v1', gitAuthor: 'Renovate Bot ', username: 'renovate', autodiscover: false,