Skip to content

Commit

Permalink
Mention Renovate TFLint plugins support (#1667)
Browse files Browse the repository at this point in the history
  • Loading branch information
wata727 authored Feb 5, 2023
1 parent 157021c commit 16e0218
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/user-guide/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ This limitation can be a problem if you need to run `--init` frequently, such as

It's also a good idea to cache the plugin directory, as TFLint will only send requests if plugins aren't installed. See also the [setup-tflint's example](https://github.com/terraform-linters/setup-tflint#usage).

## Keeping plugins up to date

We recommend using automatic updates to keep your plugin version up-to-date. [Renovate supports TFLint plugins](https://docs.renovatebot.com/modules/manager/tflint-plugin/) to easily set up automated update workflows.

## Manual installation

You can also install the plugin manually. This is mainly useful for plugin development and for plugins that are not published on GitHub. In that case, omit the `source` and `version` attributes.
Expand Down

0 comments on commit 16e0218

Please sign in to comment.