From 13e3a60eb94c88570dcaed4d5edccec08ef38689 Mon Sep 17 00:00:00 2001
From: neuronull <neuronull@pm.me>
Date: Thu, 26 Oct 2023 16:36:13 -0600
Subject: [PATCH] chore(ci): add dependabot group for futures

---
 .github/dependabot.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 967072ef5d300..62185d54bd758 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -26,6 +26,10 @@ updates:
       csv:
         patterns:
         - "csv*"
+      futures:
+        patterns:
+        - "futures"
+        - "futures-util"
       phf:
         patterns:
         - "phf*"