chore(*): only rebase renovate when conflicted (#800)

This commit is contained in:
Nathan Bierema 2021-08-28 14:30:48 +00:00 committed by GitHub
parent 01a48db742
commit d489364417
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,5 @@
{
"extends": ["config:base", "group:allNonMajor", ":maintainLockFilesWeekly"],
"rangeStrategy": "bump"
"rangeStrategy": "bump",
"rebaseWhen": "conflicted"
}