apps/renovate.json
Peter Kurfer ae9d567972
All checks were successful
Renovate / renovate (push) Successful in 15s
fix(forgejo): setup OCI registry lookup
2023-11-17 09:39:03 +01:00

9 lines
197 B
JSON

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