Skip to content

Automated Dependency Updates for Terragrunt Version

Categories: terraform

Renovate supports updating Terragrunt Version dependencies.

File Matching

By default, Renovate will check any files matching the following regular expression: (^|/)\.terragrunt-version$.

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

Supported datasources

This manager supports extracting the following datasources: github-releases.

Default config

{
  "fileMatch": [
    "(^|/)\\.terragrunt-version$"
  ],
  "versioning": "hashicorp",
  "extractVersion": "^v(?<version>.+)$"
}

Additional Information

This will maintain .terragrunt-version files. Available versions will be determined from gruntwork-io/terragrunt GitHub releases.