fix(renovate): matchHost for repo
All checks were successful
Renovate / renovate (push) Successful in 20s

This commit is contained in:
Peter 2024-03-02 12:26:23 +01:00
parent 78c3aa560c
commit ec193cb694
Signed by: prskr
GPG key ID: F56BED6903BC5E37

View file

@ -2,7 +2,7 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"hostRules": [
{
"matchHost": "https://codeberg.org/forgejo-contrib/forgejo",
"matchHost": "https://codeberg.org/forgejo-contrib",
"hostType": "docker"
}
]