From 34dde33717361ee8ce11824f463780f6cb770b77 Mon Sep 17 00:00:00 2001 From: Nicholas Wiersma Date: Mon, 2 Oct 2023 07:05:42 +0200 Subject: [PATCH] chore: add dependency groups --- .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