From 00fb9ace37cb66d12f28cccccc09fe4f58089574 Mon Sep 17 00:00:00 2001 From: Nicholas Wiersma Date: Mon, 2 Oct 2023 07:03:57 +0200 Subject: [PATCH] chore: add dependency groups (#312) --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c023415..68e1fdc 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,9 +4,17 @@ updates: directory: "/" schedule: interval: weekly + groups: + all: + patterns: + - "*" open-pull-requests-limit: 10 - package-ecosystem: "github-actions" directory: "/" schedule: interval: weekly + groups: + all: + patterns: + - "*" open-pull-requests-limit: 10