From e7cc927150927115e97a0d0b89685cb15725826b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 5 Jul 2025 21:25:50 +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 3e461d0..63a880a 100644 --- a/config.js +++ b/config.js @@ -1,6 +1,6 @@ module.exports = { platform: 'gitea', - endpoint: 'http://host.docker.internal:3000', // 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,