fix(forgejo): setup OCI registry lookup
All checks were successful
Renovate / renovate (push) Successful in 15s

This commit is contained in:
Peter 2023-11-17 09:39:03 +01:00
parent 35bd41b6af
commit ae9d567972
No known key found for this signature in database

View file

@ -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"
}
]
}