From 77c1d1a88ab07812de7be0f25ba508a3d10030ea 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 1/2] 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: + - "*" From 24d72008027525f5ff2aba8d44bc5e07b4af10f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edgar=20Ram=C3=ADrez=20Mondrag=C3=B3n?= Date: Tue, 28 Jul 2026 18:39:58 -0600 Subject: [PATCH 2/2] Remove explicit cooldowns MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.blog/changelog/2026-07-14-dependabot-version-updates-introduce-default-package-cooldown Signed-off-by: Edgar Ramírez Mondragón --- .github/dependabot.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ad0770c..e1d8fe3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,15 +5,11 @@ 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: