From f4f52676c34da796a76c1888681b8656394d819f Mon Sep 17 00:00:00 2001 From: Michael <35783820+mib1185@users.noreply.github.com> Date: Sun, 11 Aug 2024 18:43:45 +0200 Subject: [PATCH] group dependabot PRs --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9625e015..7cee8ea8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,7 +4,13 @@ updates: directory: "/" schedule: interval: monthly + groups: + gh-actions: + patterns: ["*"] - package-ecosystem: pip directory: "/" schedule: interval: monthly + groups: + pip-dependencies: + patterns: ["*"]