From 077116240950886b3166edf4662a9c800ecf725c Mon Sep 17 00:00:00 2001 From: Aaron Meurer Date: Mon, 25 Mar 2024 16:43:39 -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 50f3834..5b5616f 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"