From 6e28c2731a56df9d799f5326bea9522ef0b61566 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sinclert=20P=C3=A9rez?= Date: Tue, 4 Jul 2023 22:40:09 +0200 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b9e4b4d..1c184fc 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -24,3 +24,8 @@ updates: allow: - dependency-type: development - dependency-type: production + groups: + requests-dependencies: + patterns: + - "requests" + - "types-requests"