Skip to content

Automated Dependency Updates for Cloudbuild

Categories: ci

Renovate supports updating Cloudbuild dependencies.

File Matching

By default, Renovate will check any files matching the following regular expression: (^|/)cloudbuild\.ya?ml.

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

Supported datasources

This manager supports extracting the following datasources: docker.

Default config

{
  "fileMatch": [
    "(^|/)cloudbuild\\.ya?ml"
  ]
}

Additional Information

The cloudbuild manager extracts docker datasources from Cloud Build config files.

If you need to change the versioning format, read the versioning documentation to learn more.