From c38e6dcdf36325e6a17b2058b9640de6008a91a2 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 5 Jul 2025 21:13:54 +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 63a880a..3e461d0 100644 --- a/config.js +++ b/config.js @@ -1,6 +1,6 @@ module.exports = { platform: 'gitea', - endpoint: 'http://crunchy-orchestrator:3000', // set this to the url of your gitea instance + endpoint: 'http://host.docker.internal: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,