From 16e02189fd8afb461a3941f11c2f4442f9e87602 Mon Sep 17 00:00:00 2001 From: Kazuma Watanabe Date: Sun, 5 Feb 2023 16:41:57 +0900 Subject: [PATCH] Mention Renovate TFLint plugins support (#1667) --- docs/user-guide/plugins.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/user-guide/plugins.md b/docs/user-guide/plugins.md index 46672a841..05cd1c2c5 100644 --- a/docs/user-guide/plugins.md +++ b/docs/user-guide/plugins.md @@ -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.