From b3523df6df9daecac8e4d374784a02b8b1104e95 Mon Sep 17 00:00:00 2001 From: Ruth Date: Mon, 13 May 2024 08:50:04 +0200 Subject: [PATCH] Introduce dependabot groups (#207) --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d7ad045..7b7ac81 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,10 @@ updates: schedule: interval: "daily" open-pull-requests-limit: 10 + groups: + dependencies: + patterns: + - "*" # group as many dependencies together as possible - package-ecosystem: "github-actions" directory: "/" schedule: