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 }