From b8282bf4282858b3757dcbbc2f78b904b90fb906 Mon Sep 17 00:00:00 2001 From: WrenIX Date: Thu, 23 Jan 2025 21:04:42 +0100 Subject: [PATCH] fix: migrate from codeberg to chaos.fyi --- config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.js b/config.js index c812125..4bcc28e 100644 --- a/config.js +++ b/config.js @@ -6,11 +6,11 @@ module.exports = { "customManagers:dockerfileVersions", "customManagers:helmChartYamlAppVersions" ], - "endpoint": "https://codeberg.org/api/v1", + "endpoint": "https://git.chaos.fyi/api/v1", "platform": "gitea", "githubTokenWarn": false, "automerge": false, - "gitAuthor": "Renovate Bot ", + "gitAuthor": "Renovate Bot ", "commitMessageAction": "update", "commitMessageTopic": "dependency", @@ -27,7 +27,7 @@ module.exports = { ], "hostRules": [ { - "matchHost": "codeberg.org", + "matchHost": "git.chaos.fyi", "username": "wrenix", "password": process.env.RENOVATE_TOKEN }