From 2fa5d280013e983b92c7e67bc288679e80c15271 Mon Sep 17 00:00:00 2001 From: Ivan Reshetnikov Date: Sun, 3 Mar 2024 14:08:14 +0500 Subject: [PATCH] ci: group dependabot updates --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6a49d05..65b9396 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,7 +4,15 @@ updates: directory: "/" schedule: interval: "monthly" + groups: + github: + patterns: + - "*" - package-ecosystem: "npm" directory: "/" schedule: interval: "monthly" + groups: + npm: + patterns: + - "*"