Skip to content

Automated Dependency Updates for Cake

Categories: dotnet

Renovate supports updating Cake dependencies.

File Matching

By default, Renovate will check any files matching the following regular expression: \.cake$.

For details on how to extend a manager's fileMatch value, please follow this link.

Supported datasources

This manager supports extracting the following datasources: nuget.

Default config

{
  "fileMatch": [
    "\\.cake$"
  ]
}

Additional Information

Extracts dependencies from *.cake files.