diff --git a/renovate.json b/renovate.json index 7190a60..30c2230 100644 --- a/renovate.json +++ b/renovate.json @@ -1,3 +1,9 @@ { - "$schema": "https://docs.renovatebot.com/renovate-schema.json" + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "hostRules": [ + { + "matchHost": "https://codeberg.org/forgejo-contrib/forgejo", + "hostType": "docker" + } + ] }