From ec1bfaf651fb31f01a922c6659ff9a4d1faa76a2 Mon Sep 17 00:00:00 2001 From: Michel Weststrate Date: Mon, 20 Apr 2020 12:42:31 -0700 Subject: [PATCH] disable greenkeeper for the electron stack. Fixes #1017 Summary: Updating Electron is an expensive call (in terms of time investment), and potentially very impactful in a way that is hard to test automated. So should be done consciously rather than for every random patch that appears. Reviewed By: jknoxville Differential Revision: D21134157 fbshipit-source-id: 9d208cffa84728aead620d0ec6a6cd1f01f01e2d --- desktop/package.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/desktop/package.json b/desktop/package.json index 425a2bc03..d3585941f 100644 --- a/desktop/package.json +++ b/desktop/package.json @@ -233,5 +233,12 @@ }, "optionalDependencies": { "7zip-bin-mac": "^1.0.1" + }, + "greenkeeper": { + "ignore": [ + "electron", + "electron-builder", + "@jest-runner/electron" + ] } }