2
Fork 0
Code Issues 1 Pull requests 2 Wiki Activity
Var Dump:
dumpVar: only available in dev mode
Mailing List

Add .renovaterc

This commit is contained in:
Renovate (Bot) 2024-08-07 09:54:40 +00:00
parent 4f0f306f8f
commit 3b61a4b982
Signed by: renovate-bot
GPG key ID: 0E059908592C1674

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/"
}