diff --git a/.github/super-linter.env b/.github/super-linter.env index 9797f44..88d37d6 100644 --- a/.github/super-linter.env +++ b/.github/super-linter.env @@ -11,10 +11,13 @@ VALIDATE_ALL_CODEBASE=true # This is needed for the local runs to work DEFAULT_BRANCH=main -# We are using tflint separately (for each workspace) so we don't need to run it here +# Comma-separated filenames for [renovate shareable config preset](https://docs.renovatebot.com/config-presets/) +RENOVATE_SHAREABLE_CONFIG_PRESET_FILE_NAMES=default.json5 + +# We are using tflint separately as part of terraform-* actions, we don't need to run it here VALIDATE_TERRAFORM_TFLINT=false -# Terrascan is a no-go for now because it does not actually support the latest Terraform version +# Terrascan is a no-go for now because it does not support the latest Terraform version # @see https://github.com/tenable/terrascan/issues/1331 VALIDATE_TERRAFORM_TERRASCAN=false