diff --git a/.travis.yml b/.travis.yml index 9f2b2ebf..2adbb532 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,6 +18,9 @@ cache: yarn before_script: - NODE_ENV=$BUILD_ENV yarn build +install: + - yarn --frozen-lockfile + notifications: email: on_success: never diff --git a/renovate.json b/renovate.json index 44b8c89c..dae025dd 100644 --- a/renovate.json +++ b/renovate.json @@ -8,5 +8,6 @@ "labels": [ "Type: Dependencies" ], + "rebaseStalePrs": true, "statusCheckVerify": true }