greenkeeperio / greenkeeper-lockfile

:lock: Your lockfile, up to date, all the time
https://greenkeeper.io
183 stars 73 forks source link

docs(README): document how to use with CircleCI workflows #74

Closed patkub closed 6 years ago

patkub commented 6 years ago

This PR adds documentation on how to use this with workflows in CircleCI. greenkeeper-lockfile must be run in the first job in the workflow. To ensure the job that runs greenkeeper-lockfile is always first, all other jobs must wait for it to finish before running.

See issue #50