diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b77092dc807..2ed1322608a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -71,3 +71,8 @@ updates: directory: /layer/scripts/layer-balancer schedule: interval: daily + + - package-ecosystem: pip + directory: /docs + schedule: + interval: daily diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 129e01ed039..319afbad0b4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -46,3 +46,7 @@ repos: - id: terraform_fmt args: - --args=-recursive + - repo: https://github.com/gitleaks/gitleaks + rev: "7804d652c0460f0b61ea9bb2c1f202bfcdbbf144" # v8.16.3 + hooks: + - id: gitleaks