From 10784250a47c4f58cd6cc922b1efb9615922a542 Mon Sep 17 00:00:00 2001 From: rettigl Date: Sun, 22 Oct 2023 22:13:00 +0200 Subject: [PATCH] try dependency-type all for grouping --- .github/dependabot.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a3885b47..4eb2cd2b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,5 +9,4 @@ updates: versioning-strategy: "lockfile-only" groups: dependencies: - patterns: - - "*" + dependency-type: "all" \ No newline at end of file