From 5a7840640ec0994ae47f6e01d14e76964c203aa8 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue, 31 Dec 2024 17:18:24 +0000
Subject: [PATCH] chore(deps): update pre-commit hook crate-ci/typos to v1.29.0

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
 .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 a8f21b5..8adab26 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -53,7 +53,7 @@ repos:
     # exclude:
     #   ^gitops/(?:templates|files)/.*\.yaml
 - repo: https://github.com/crate-ci/typos
-  rev: v1.28.4
+  rev: v1.29.0
   hooks:
   - id: typos
 - repo: https://github.com/igorshubovych/markdownlint-cli