From f21486fd882bb96e7089618e15c6720626ea8fd4 Mon Sep 17 00:00:00 2001 From: Hylke van der Schaaf Date: Wed, 13 Sep 2023 09:38:18 +0200 Subject: [PATCH] [CI] Group dependency and github-actions updates --- .github/dependabot.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 53db0c1..0832fb7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,9 +5,18 @@ updates: directory: "/" schedule: interval: "daily" + groups: + dependencies: + patterns: + - "*" # Maintain dependencies for GitHub Actions - package-ecosystem: "github-actions" directory: "/" schedule: interval: "daily" + groups: + dependencies: + patterns: + - "*" +