From 15005c5ba6cdf8eacc30f878710b276425f5daf5 Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 30 Apr 2026 05:57:04 +0000 Subject: [PATCH] ci: add pre-commit ecosystem to dependabot config https://claude.ai/code/session_01FzjLeMperUXgpXKnarUAzS --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index cf60dbae4..5b1b91a80 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -22,3 +22,7 @@ updates: directory: "/.devcontainer" schedule: interval: "daily" + - package-ecosystem: "pre-commit" + directory: "/" + schedule: + interval: "daily"