An open API service indexing awesome lists of open source software.

https://github.com/greenkeeperio/monorepo-definitions

Groups npm packages into monorepo releases so Greenkeeper can update them together
https://github.com/greenkeeperio/monorepo-definitions

Last synced: 6 months ago
JSON representation

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

Awesome Lists containing this project

README

          

***
☝️ **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](https://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](https://github.com/greenkeeperio/greenkeeper) and [greenkeeper-lockfile](https://github.com/greenkeeperio/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`):

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

Also, please check out our [contribution guidelines](https://github.com/greenkeeperio/monorepo-definitions/blob/master/CONTRIBUTING.md) for more information on participation, commit conventions and our Code of Conduct.

Thank you and beep boop.
πŸ€–πŸŒ΄