From 01e4eba2724b41d1ed78045c14e8be2b6a7adc6c Mon Sep 17 00:00:00 2001 From: Jan Philipp Thiele Date: Tue, 25 Aug 2026 10:15:13 +0200 Subject: [PATCH] Add pre-commit to dependabot --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d9b5903..216c5a6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,3 +8,7 @@ updates: directory: "/" schedule: interval: "daily" + - package-ecosystem: "pre-commit" + directory: "/" + schedule: + interval: "daily"