dotnetFlix – How to keep your NuGet packages up to date with NuKeeper

In this episode Max Mommersteeg will talk about NuKeeper. This is a tool to simplify the process of updating NuGet packages that applications depend on. But also, to give you more insights into how old or outdated the packages your application depends on actually are.

NuKeeper is a dotnet CLI tool. But it can also be run from a CI pipeline. Scheduling NuKeeper to run regularly will remind you and update outdated packages. It will change your package versions for you and create a pull-request with the proposed changes. All fully automated! You only need to worry about the review process and approve or decline the proposed changes.