From 79a5be84c69787dd8bf716b0b5dbfcbb31e3039b Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Sat, 5 Jul 2025 19:23:19 +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 139bfd8..63a880a 100644 --- a/config.js +++ b/config.js @@ -1,6 +1,6 @@ module.exports = { platform: 'gitea', - endpoint: 'http://crunchy-orchestrator:3000/api/v1/', // set this to the url of your gitea instance + endpoint: 'http://crunchy-orchestrator:3000', // set this to the url of your gitea instance gitAuthor: 'Renovate Bot ', // set the email address to whatever email your gave this user in your gitea username: 'renovate-bot', autodiscover: true,