From a111f1f4417d65f3118f5b8bef02877f3719ed49 Mon Sep 17 00:00:00 2001 From: Dan Nixon Date: Mon, 1 Jan 2024 19:43:57 +0000 Subject: [PATCH] Dependabot: group Cargo dependencies --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e6f6980..62d325a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,10 @@ updates: directory: "/" schedule: interval: "weekly" + groups: + cargo-dependencies: + patterns: + - "*" - package-ecosystem: github-actions directory: "/"