Skip to content

Automated Dependency Updates for Tflint Plugin

Categories: terraform

Renovate supports updating Tflint Plugin dependencies.

File Matching

By default, Renovate will check any files matching the following regular expression: \.tflint\.hcl$.

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

{
  "commitMessageTopic": "TFLint plugin {{depName}}",
  "fileMatch": [
    "\\.tflint\\.hcl$"
  ],
  "extractVersion": "^v(?<version>.*)$"
}

Additional Information

Renovate maintains your TFLint configuration file, and updates the plugins in the file.

Supports plugins hosted in public repositories on github.com. This is because TFLint only supports public repositories.