We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f24985 commit f297b3fCopy full SHA for f297b3f
.github/dependabot.yml
@@ -71,3 +71,8 @@ updates:
71
directory: /layer/scripts/layer-balancer
72
schedule:
73
interval: daily
74
+
75
+ - package-ecosystem: pip
76
+ directory: /docs
77
+ schedule:
78
+ interval: daily
.pre-commit-config.yaml
@@ -46,3 +46,7 @@ repos:
46
- id: terraform_fmt
47
args:
48
- --args=-recursive
49
+ - repo: https://github.com/gitleaks/gitleaks
50
+ rev: "7804d652c0460f0b61ea9bb2c1f202bfcdbbf144" # v8.16.3
51
+ hooks:
52
+ - id: gitleaks
0 commit comments