From 828dbcd7931c52dcc1a2ab46c07739bb1f7cbe22 Mon Sep 17 00:00:00 2001 From: Pravin Kamble Date: Tue, 15 Sep 2026 16:40:43 +0530 Subject: [PATCH] Configured `pre-commit` updates in dependabot. --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3a655ecd4d..e978e8852b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -45,3 +45,14 @@ updates: interval: weekly cooldown: default-days: 7 + + - package-ecosystem: "pre-commit" + directory: "/" + groups: + pre-commit: + patterns: + - "*" + schedule: + interval: weekly + cooldown: + default-days: 7