From 583f2c2393aff56e97b85b2fa8ffc501e852b54e Mon Sep 17 00:00:00 2001 From: Pastukhov Nikita Date: Wed, 16 Oct 2024 20:40:43 +0300 Subject: [PATCH] chore: use groups for dependabot --- .github/dependabot.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 27cc628..9483cee 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,8 +10,16 @@ updates: directory: "/" schedule: interval: "weekly" + groups: + github-actions: + patterns: + - "*" # Python - package-ecosystem: "pip" # See documentation for possible values directory: "/" # Location of package manifests schedule: - interval: "weekly" \ No newline at end of file + interval: "weekly" + groups: + pip: + patterns: + - "*"