From 14146e486456943276bce4989dc0ff9937bf80d7 Mon Sep 17 00:00:00 2001 From: sujiba Date: Sat, 14 Jun 2025 14:46:26 +0200 Subject: [PATCH] feat: changed domain --- config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.js b/config.js index 4b08b47..fcda7e4 100644 --- a/config.js +++ b/config.js @@ -1,6 +1,6 @@ module.exports = { "platform": "gitea", - "endpoint": "https://git.smail.koeln/api/v1", + "endpoint": "https://code.offene.cloud/api/v1", "gitAuthor": "Sujiba Bot ", "onboardingConfigFileName": "renovate.json", "autodiscover": true, @@ -8,4 +8,4 @@ module.exports = { "automerge": true, "automergeType": "pr", "platformAutomerge": true, -}; \ No newline at end of file +};