How do you keep dependencies up to date?

I’ve got my Berksfile.lock that is 100+ lines of dependency graph, many of
which are old cookbook versions now. How do you guys go about updating the
Berksfile.lock file?

berks outdated should help some.

I routinely select one cookbook, examine the dependency graph for that one,
and test upgrading and releasing the updated code one at a time.

On Mon, May 11, 2015 at 2:50 PM, Greg Barker fletch@fletchowns.net wrote:

I've got my Berksfile.lock that is 100+ lines of dependency graph, many of
which are old cookbook versions now. How do you guys go about updating the
Berksfile.lock file?