diff --git a/config.js b/config.js index 8f4118c..1daf710 100644 --- a/config.js +++ b/config.js @@ -10,4 +10,13 @@ module.exports = { "$schema": "https://docs.renovatebot.com/renovate-schema.json" }, "optimizeForDisabled": true, + hostRules: [ + { + matchHost: "git.akumatic.eu", + hostType: "gitea", + resolveHost: "server", + protocol: "http", + port: 3000 + } + ] }; \ No newline at end of file