/monorepo-definitions

Groups npm packages into monorepo releases so Greenkeeper can update them together

Primary LanguageJavaScriptApache License 2.0Apache-2.0


โ˜๏ธ Important announcement: Greenkeeper will be saying goodbye ๐Ÿ‘‹ and passing the torch to Snyk on June 3rd, 2020! Find out how to migrate to Snyk and more at greenkeeper.io


Greenkeeper Monorepo Definitions ๐ŸŽ

This module groups npm packages into monorepo releases so Greenkeeper can update them together. It is required by both Greenkeeper and greenkeeper-lockfile and used as the source of truth on which modules constitute part of a monorepo release and should therefore be updated together.

The instances of greenkeeper-lockfile running on your CI will always automatically install the most recent release of this module on each CI run, so you donโ€™t have to update greenkeeper-lockfile every time someone updates a monorepo dependency.

Submitting Additions and Changes

The maintainers of Greenkeeper aim to keep this list current and useful, but weโ€™re also extremely grateful if you, the users and maintainers of monorepo dependencies, could help us keep this list in good shape ๐Ÿ’š

Please submit additions and changes via a PR and adhere to the following format (or check the existing definitions in index.js):

const monorepoDefinitions = {
 'prefix': [
   'prefix-full-name',
   'prefix-full-other'
 ]
}

Also, please check out our contribution guidelines for more information on participation, commit conventions and our Code of Conduct.

Thank you and beep boop. ๐Ÿค–๐ŸŒด