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 managerFilePatterns
value, please follow this link.
Supported datasources¶
This manager supports extracting the following datasources: github-releases
.
Default config¶
{
"managerFilePatterns": [
"/(^|/)\\.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.