From 15985779fb7c747acabd92b94991dfb5852d6c4f Mon Sep 17 00:00:00 2001 From: Marie Backman Date: Wed, 12 Nov 2025 09:59:00 -0500 Subject: [PATCH] Configure Dependabot to group all dependencies Add grouping for all dependencies in GitHub Actions. --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index eeeeddb..e2e2bb5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,6 +9,10 @@ updates: directory: "/" # Workflow files stored in the default location of `.github/workflows` schedule: interval: "weekly" + groups: + all-dependencies: + patterns: + - "*" # include all actions in a single PR - package-ecosystem: "pip" directory: "/" schedule: