0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-05-06 21:28:23 +02:00

Add explicit branchPrefix to renovate config

Co-Authored-By: Claude (Opus 4.6) <noreply@anthropic.com>
This commit is contained in:
silverwind 2026-03-31 12:41:34 +02:00
parent c72863fc79
commit 38d626a4cd
No known key found for this signature in database
GPG Key ID: 2E62B41C93869443

View File

@ -3,5 +3,6 @@
"extends": ["config:recommended"],
"enabledManagers": ["github-actions"],
"labels": ["modifies/dependencies"],
"minimumReleaseAge": "5 days"
"minimumReleaseAge": "5 days",
"branchPrefix": "renovate/"
}