Description
At this moment commitlint isn't recognized as a monorepo by https://greenkeeper.io/
Expected Behavior
Greenkeeper identifies commitlint as something it should deal with in a batch when upgrading.
Current Behavior
Greenkeeper creates multiple PRs for each package on my repositories.
Affected packages
- cli
- core
- prompt
- config-angular
Possible Solution
We can add commitlint to https://github.com/greenkeeperio/monorepo-definitions and it should work.
Context
A PR for each package upgrade results in tedious and conflicting changes in my package.json
and package-lock.json
files I have to manually edit. That beats the purpose of having automated dependencies watchdog.
Your Environment
Greenkeeper and GitHub. E.g. I had to manually rewrite apiaryio/dredd-transactions#277 twice to pass.