From 4d4b5e954548ea4d4ec4d3c75a8c9d2979cb57de Mon Sep 17 00:00:00 2001 From: Aaron Meurer Date: Mon, 25 Mar 2024 16:43:12 -0600 Subject: [PATCH] Group dependabot updates --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 50f3834b..5b5616f1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,10 @@ updates: directory: "/" schedule: interval: "weekly" + groups: + actions: + patterns: + - "*" labels: - "github-actions" - "dependencies"