diff --git a/.trunk/trunk.yaml b/.trunk/trunk.yaml index b0c131a..1e88b60 100644 --- a/.trunk/trunk.yaml +++ b/.trunk/trunk.yaml @@ -17,15 +17,15 @@ runtimes: # This is the section where you manage your linters. (https://docs.trunk.io/check/configuration) lint: enabled: - - renovate@42.69.2 + - renovate@43.0.7 - actionlint@1.7.10 - - checkov@3.2.497 + - checkov@3.2.499 - git-diff-check - markdownlint@0.47.0 - - prettier@3.7.4 - - trivy@0.68.2 - - trufflehog@3.92.4 - - yamllint@1.37.1 + - prettier@3.8.1 + - trivy@0.69.0 + - trufflehog@3.92.5 + - yamllint@1.38.0 ignore: # Ignore CHANGELOG.md as release-please manages this file - linters: [ALL]