Merge branch 'master' into renovate/webpack-dev-server-4.x

This commit is contained in:
Nathan Bierema 2021-08-28 20:05:12 +00:00 committed by GitHub
commit b2484d2fe3
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"], "extends": ["config:base", "group:allNonMajor", ":maintainLockFilesWeekly"],
"rangeStrategy": "bump" "rangeStrategy": "bump",
"rebaseWhen": "conflicted"
} }