From ba119d77c8ed83629cef70f6070ac97d9b3f99d6 Mon Sep 17 00:00:00 2001
From: Devon Carew <devoncarew@gmail.com>
Date: Tue, 7 May 2024 08:07:48 -0700
Subject: [PATCH] blast_repo fixes (#834)

dependabot
---
 .github/dependabot.yaml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml
index 74d68b0b..b5856fa9 100644
--- a/.github/dependabot.yaml
+++ b/.github/dependabot.yaml
@@ -7,4 +7,8 @@ updates:
     schedule:
       interval: monthly
     labels:
-      - autosubmit
\ No newline at end of file
+      - autosubmit
+    groups:
+      github-actions:
+        patterns:
+          - "*"
\ No newline at end of file