renovate/config.json

12 lines
253 B
JSON
Raw Normal View History

2022-10-26 09:22:36 +02:00
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"platform": "gitea",
"endpoint": "https://git.front.kjuulh.io/api/v1/",
"autodiscover": true,
"automerge": true,
"automergeType": "pr",
"extends": [
"config:base"
]
}