From 54c83ca7dbc2a2b6de74b7349b9750bc0704577b Mon Sep 17 00:00:00 2001 From: Daniel Schultz Date: Mon, 3 Aug 2026 10:53:55 -0400 Subject: [PATCH] Add more dependabot groups This is part of a series of commits across several repositories in order to group development dependencies. The logic is that often these dependencies are safer to upgrade as they are not used in production. Furthermore, CI is much more likely to fail if there are any problems or incompatibilities. --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7105b22..6fc955e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -23,3 +23,7 @@ updates: timezone: "Etc/UTC" cooldown: default-days: 7 + groups: + github-actions: + patterns: + - "*"