chore(renovate): don't automatically rebase state PRs

This causes a lot of concurrent CI jobs, better to rebase manually
This commit is contained in:
Łukasz Mierzwa
2018-12-21 23:32:29 +00:00
parent 800678685b
commit e55cfb3310

View File

@@ -1,4 +1,5 @@
{
"extends": ["config:base"],
"prConcurrentLimit": 1
"prConcurrentLimit": 1,
"rebaseStalePrs": false
}