Disable excessive rebase for Renovate #15
1 changed files with 8 additions and 9 deletions
17
.renovaterc
17
.renovaterc
|
@ -1,11 +1,10 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": [
|
"extends": [
|
||||||
"config:recommended",
|
"config:recommended",
|
||||||
":combinePatchMinorReleases",
|
":combinePatchMinorReleases",
|
||||||
":enableVulnerabilityAlerts",
|
":enableVulnerabilityAlerts"
|
||||||
":rebaseStalePrs"
|
],
|
||||||
],
|
"prConcurrentLimit": 10,
|
||||||
"prConcurrentLimit": 10,
|
"branchPrefix": "renovate/"
|
||||||
"branchPrefix": "renovate/"
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue