Automated Dependency Updates for Bicep
Categories: iac
Renovate supports updating Bicep dependencies.
File Matching¶
By default, Renovate will check any files matching the following regular expression: /\.bicep$/.
For details on how to extend a manager's managerFilePatterns value, please follow this link.
Supported datasources¶
This manager supports extracting the following datasources: azure-bicep-resource.
Default config¶
{
"managerFilePatterns": [
"/\\.bicep$/"
]
}
Additional Information¶
Updates the Azure REST API version of resources in Bicep files.