From de70e0ab0ad6f5fc89ca23cff347d6e6af36fcaf Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Thu, 24 May 2018 16:44:41 +0300 Subject: [PATCH 1/2] Pass --frozen-lockfile to yarn in Travis builds --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) 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 From 4890d6d477562fc86611e79e6c3a9fe9a2b30129 Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Thu, 24 May 2018 16:44:47 +0300 Subject: [PATCH 2/2] Enable rebaseStalePrs in renovate --- renovate.json | 1 + 1 file changed, 1 insertion(+) 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 }