From 61022153b3e16cc36a31dc5c578e8ab5c3101bd7 Mon Sep 17 00:00:00 2001
From: Jonathan Tran <jonnytran@gmail.com>
Date: Mon, 3 Jun 2024 12:01:06 -0400
Subject: [PATCH] Fix to update type stubs and package together

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

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index f5a8323..8c68702 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -4,6 +4,11 @@ updates:
     directory: /
     schedule:
       interval: monthly
+    groups:
+      requests-dependencies:
+        patterns:
+          - "types-requests"
+          - "requests"
   - package-ecosystem: github-actions
     directory: /
     schedule: