Files
flipper/greenkeeper.json
Pascal Hartig 4bdccb22fa Enable greenkeeper
Summary:
Close https://github.com/facebook/flipper/pull/580

This enables Greenkeeper with some caveats:

- I disabled a bunch of upgrades we know currently break:
  - React
  - Emotion
  - Electron/Electron-Builder
- The bot isn't CLA-whitelisted yet, so we won't be able to directly import yet.
- It might actually be better to have automatic tasks created for the dependencies above breaking.
- Something changed in the prop types and required `StatusBar` to have its signature changed.

allow-large-files

Reviewed By: jknoxville

Differential Revision: D17906693

fbshipit-source-id: f73fe231518f56a6f6114f761d5e5e5528d0d487
2019-10-14 09:42:56 -07:00

37 lines
1.0 KiB
JSON

{
"groups": {
"main": {
"packages": [
"package.json"
]
},
"plugins": {
"packages": [
"src/plugins/cpu/package.json",
"src/plugins/crash_reporter/package.json",
"src/plugins/databases/package.json",
"src/plugins/example/package.json",
"src/plugins/fresco/package.json",
"src/plugins/layout/package.json",
"src/plugins/leak_canary/package.json",
"src/plugins/logs/package.json",
"src/plugins/navigation/package.json",
"src/plugins/network/package.json",
"src/plugins/reactdevtools/package.json",
"src/plugins/sandbox/package.json",
"src/plugins/seamammals/package.json",
"src/plugins/sections/d3/package.json",
"src/plugins/sections/package.json",
"src/plugins/shared_preferences/package.json",
"src/utils/js-client/package.json"
]
},
"website": {
"packages": [
"static/package.json",
"website/package.json"
]
}
}
}