0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-04-25 04:46:40 +02:00
gitea/renovate.json
silverwind 38d626a4cd
Add explicit branchPrefix to renovate config
Co-Authored-By: Claude (Opus 4.6) <noreply@anthropic.com>
2026-03-31 12:41:42 +02:00

9 lines
250 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"enabledManagers": ["github-actions"],
"labels": ["modifies/dependencies"],
"minimumReleaseAge": "5 days",
"branchPrefix": "renovate/"
}