From fc47888c62f972131ca89d22bc09e7748d1c2757 Mon Sep 17 00:00:00 2001 From: Bojan Rajh Date: Wed, 15 Nov 2023 16:11:01 +0100 Subject: [PATCH] feat: single dependency group --- .github/dependabot.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e1eab5a73..ab9353418 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,4 +3,8 @@ updates: - package-ecosystem: "npm" directory: "/" schedule: - interval: "daily" \ No newline at end of file + interval: "daily" + groups: + all-dependencies: + patterns: + - "*" \ No newline at end of file