From 5e41aca97095ee170929957f73a69bb588712673 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Thu, 10 Sep 2026 09:57:52 +1000 Subject: [PATCH] Add the pre-commit ecosystem to Dependabot --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6ffb926f6fa0..3fc98321001e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -41,3 +41,14 @@ updates: interval: "daily" cooldown: default-days: 7 + - package-ecosystem: "pre-commit" + directory: "/" + open-pull-requests-limit: 2 + schedule: + interval: "weekly" + groups: + pre-commit-hooks: + patterns: + - "*" + cooldown: + default-days: 7