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 managerFilePatterns
value, please follow this link.
Supported datasources¶
This manager supports extracting the following datasources: nuget
.
Default config¶
{
"managerFilePatterns": [
"/\\.cake$/"
]
}
Additional Information¶
Extracts dependencies from *.cake
files.