From 7b0ed33e78bcf37fbf6c02d7eba042efd4fc5e63 Mon Sep 17 00:00:00 2001 From: Akshun Aggarwal Date: Tue, 8 Jul 2025 04:14:04 +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 c581e09..0757d94 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: 'http://192.168.1.12:3011', gitAuthor: 'Renovate Bot ', username: 'renovate', autodiscover: false,