Renovate

Mend Renovate Now Supports C# File-Based Apps and Cake.Sdk

Mend Renovate automates dependency updates by opening pull requests when newer versions of your dependencies are available. Until recently, if you used .NET single-file scripts or Cake.Sdk build scripts written in C# (e.g. cake.cs or build.cs), Renovate did not look inside those files. Two merged changes fix that: the NuGet manager now understands #:sdk and #:package directives in C# files, and the Cake manager can extract and update packages from InstallTool and InstallTools calls. In this post I'll summarize what was added and how to enable it in your repo.

Read more...