From ad43759092f541077fcb3ce2592adeab0fdda0ed Mon Sep 17 00:00:00 2001 From: Bryce Boe Date: Wed, 1 Jul 2026 09:29:04 -0700 Subject: [PATCH] Group Dependabot updates into one PR per ecosystem --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9f93c2c..373b28a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,6 +8,10 @@ updates: - "Dependencies" cooldown: default-days: 1 + groups: + github-actions: + patterns: + - "*" - package-ecosystem: uv directory: / schedule: @@ -16,3 +20,7 @@ updates: - "Dependencies" cooldown: default-days: 1 + groups: + python: + patterns: + - "*"