From 8a706d3062492eb1a0fdb1add5326ea644d37e8b Mon Sep 17 00:00:00 2001
From: Varac renovate bot <renovatebot@varac.net>
Date: Thu, 10 Oct 2024 02:08:18 +0000
Subject: [PATCH] chore(deps): update pre-commit hook zricethezav/gitleaks to
 v8.20.1

---
 .pre-commit-config.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 2cfc5e9..a9f576c 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -155,7 +155,7 @@ repos:
   # Detect secrets
   #
   - repo: https://github.com/zricethezav/gitleaks
-    rev: v8.20.0
+    rev: v8.20.1
     hooks:
       - id: gitleaks
         stages: [commit]
-- 
GitLab