Skip to content

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 fileMatch value, please follow this link.

Supported datasources

This manager supports extracting the following datasources: azure-bicep-resource.

Default config

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

Additional Information

Updates the Azure REST API version of resources in Bicep files.