fix(forgejo): remove hostRule
All checks were successful
Renovate / renovate (push) Successful in 20s

This commit is contained in:
Peter 2024-03-02 12:30:36 +01:00
parent ec193cb694
commit 3f58baa710
Signed by: prskr
GPG key ID: F56BED6903BC5E37

View file

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