From 761a60f22e16ec6fb50fc5defcbc640dc44c8650 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edgar=20Ram=C3=ADrez=20Mondrag=C3=B3n?= Date: Fri, 19 Jun 2026 08:05:19 -0600 Subject: [PATCH] chor: Automate pre-commit hooks updates with Dependabot MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit And also add cooldown days. Signed-off-by: Edgar Ramírez Mondragón --- .github/dependabot.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6fddca0..ad0770c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,3 +5,16 @@ updates: directory: "/" schedule: interval: "weekly" + cooldown: + default-days: 7 + # Maintain dependencies for pre-commit hooks + - package-ecosystem: "pre-commit" + directory: "/" + schedule: + interval: "weekly" + cooldown: + default-days: 7 + groups: + hooks: + patterns: + - "*"