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 +};