Automated Dependency Updates for .terraform-version
Categories: terraform
Renovate supports updating .terraform-version dependencies.
File Matching¶
By default, Renovate will check any files matching the following regular expression: (^|/)\.terraform-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": [
"(^|/)\\.terraform-version$"
],
"versioning": "hashicorp",
"extractVersion": "^v(?<version>.*)$"
}
Additional Information¶
This will maintain .terraform-version
files. Available versions will be determined from the official Terraform downloads page.