greenkeeperio / greenkeeper-lockfile

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

How should I handle yarn.lock conflicts? #110

Closed limonte closed 6 years ago

limonte commented 6 years ago

The repository I'm asking about: https://github.com/sweetalert2/sweetalert2-adonisjs-nuxtjs

At the same time Greenkeeper submits 2 PRs because 2 dependencies were updated:

If I merge one of them, another will have the yarn.lock conflict and I won't be able to merge it. what is the right way to handle such cases?

mick352 commented 4 years ago

What was your solution?