From 7d19845bf8800ce8d308c7bdba6679b300f069c4 Mon Sep 17 00:00:00 2001 From: MatthewFlamm <39341281+MatthewFlamm@users.noreply.github.com> Date: Mon, 24 Nov 2025 17:14:04 -0500 Subject: [PATCH] Add groups for pip dependencies in Dependabot config --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 73b72bd..c2b21c9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,6 +9,10 @@ updates: directory: "/" # Location of package manifests schedule: interval: "monthly" + groups: + pip-deps: + patterns: + - "*" - package-ecosystem: "github-actions" directory: "/" schedule: