1
Fork 0

Add .renovaterc

This commit is contained in:
Renovate (Bot) 2024-08-23 13:10:52 +00:00 committed by Lucas Schwiderski
parent 6ec1c014a8
commit 84e699c4a1
Signed by: lucas
GPG key ID: AA12679AAA6DF4D8

11
.renovaterc Normal file
View file

@ -0,0 +1,11 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
":combinePatchMinorReleases",
":enableVulnerabilityAlerts",
":rebaseStalePrs"
],
"prConcurrentLimit": 10,
"branchPrefix": "renovate/"
}