Explicitly define base branches #208
1 changed files with 5 additions and 1 deletions
|
@ -7,5 +7,9 @@
|
||||||
":rebaseStalePrs"
|
":rebaseStalePrs"
|
||||||
],
|
],
|
||||||
"prConcurrentLimit": 10,
|
"prConcurrentLimit": 10,
|
||||||
"branchPrefix": "renovate/"
|
"branchPrefix": "renovate/",
|
||||||
|
"baseBranches": [
|
||||||
|
"$default",
|
||||||
|
"/^release\\/.*/"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue