From 7494161c959043fd3480bafdd98ea921cb01c64d Mon Sep 17 00:00:00 2001 From: Trenton H <797416+stumpylog@users.noreply.github.com> Date: Thu, 12 Mar 2026 08:04:21 -0700 Subject: [PATCH] Add dependency groups for pre-commit dependencies --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c94261784..dfca17dbb 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -161,3 +161,7 @@ updates: directory: "/" # Location of package manifests schedule: interval: "monthly" + groups: + pre-commit-dependencies: + patterns: + - "*"