From e5455ce2595be01033f99216b1e84d4daaca19e2 Mon Sep 17 00:00:00 2001 From: Trenton H <797416+stumpylog@users.noreply.github.com> Date: Wed, 11 Mar 2026 13:09:58 -0700 Subject: [PATCH] Enables dependabot for the pre-commit hooks --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1d4481a96..d343a8958 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -147,3 +147,9 @@ updates: postgres: patterns: - "docker.io/library/postgres*" + - package-ecosystem: "pre-commit" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "monthly" + cooldown: + default-days: 7