diff --git a/renovate.json b/renovate.json index d0670cadc..9bb7846d6 100644 --- a/renovate.json +++ b/renovate.json @@ -13,6 +13,33 @@ "dependencies" ], "customManagers": [ + { + "customType": "regex", + "fileMatch": ".github/workflows/pre-commit.yml", + "depNameTemplate": "terraform-docs/terraform-docs", + "matchStrings": [ + "TF_DOCS_VERSION=\"(?.*?)\"" + ], + "datasourceTemplate": "github-releases" + }, + { + "customType": "regex", + "fileMatch": ".github/workflows/pre-commit.yml", + "depNameTemplate": "aquasecurity/tfsec", + "matchStrings": [ + "TFSEC_VERSION=\"(?.*?)\"" + ], + "datasourceTemplate": "github-releases" + }, + { + "customType": "regex", + "fileMatch": ".github/workflows/pre-commit.yml", + "depNameTemplate": "terraform-linters/tflint", + "matchStrings": [ + "TFLINT_VERSION=\"(?.*?)\"" + ], + "datasourceTemplate": "github-releases" + }, { "customType": "regex", "fileMatch": ".github/scripts/docker-create.sh",