From 843d1b54cbe2a97da97b564c3b32cf2c8ddefa68 Mon Sep 17 00:00:00 2001 From: Josh McKinney Date: Tue, 30 Apr 2024 20:54:46 -0700 Subject: [PATCH] chore: Group dependencies in dependabot.yml --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index de3743d..b9ed00d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,3 +10,6 @@ updates: directory: "/" schedule: interval: "weekly" + groups: + cargo-dependencies: + patterns: ["*"]