From 5ed668fae1b6c985904d92b9418e58e646e823dd Mon Sep 17 00:00:00 2001 From: Pastukhov Nikita Date: Thu, 2 Jan 2025 14:32:54 +0300 Subject: [PATCH] chore: group dependantbot PRs (#626) Co-authored-by: Kumaran Rajendhiran --- .github/dependabot.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a72abdca7..c79296053 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,8 +10,17 @@ updates: directory: "/" schedule: interval: "weekly" + # https://til.simonwillison.net/github/dependabot-python-setup + groups: + github-actions: + patterns: + - "*" # Python - package-ecosystem: "pip" # See documentation for possible values directory: "/" # Location of package manifests schedule: interval: "weekly" + groups: + pip: + patterns: + - "*"