From 8eee95e338c1dc35658f7f80d32f9817f9661645 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ege=20=C3=87etin?= <64282645+egecetin@users.noreply.github.com> Date: Thu, 1 Aug 2024 22:50:20 +0300 Subject: [PATCH] Group dependabot PRs (#305) --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6d720710b..5c32be439 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,8 +9,16 @@ updates: directory: "/" schedule: interval: "monthly" + groups: + actions-dependencies: + patterns: + - "*" # Include all actions - package-ecosystem: "pip" directory: "/tests/data/requirements.txt" schedule: interval: "monthly" + groups: + pip-dependencies: + patterns: + - "*" # Include all dependencies