From acb7f23691eb3436f5a4a434d1fe30fe450e5050 Mon Sep 17 00:00:00 2001 From: Piotr Halama Date: Sun, 13 Oct 2024 23:51:39 +0200 Subject: [PATCH] group all dependabot updates per ecosystem (#89) --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a6308c4..f559bc9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,9 +8,17 @@ updates: interval: "monthly" commit-message: prefix: "npm" + groups: + all: + patterns: + - "*" - package-ecosystem: "github-actions" directory: "/" schedule: interval: "monthly" commit-message: prefix: "actions" + groups: + all: + patterns: + - "*"