From 7e7aabc5ea10c4a9b5b276429082fec51b1317d7 Mon Sep 17 00:00:00 2001 From: messense Date: Mon, 30 Oct 2023 16:53:32 +0800 Subject: [PATCH] Group Dependabot crates.io updates (#1822) --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5462e9d24..fb2934fed 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,6 +9,10 @@ updates: directory: "/" # Location of package manifests schedule: interval: "monthly" + groups: + crates-io: + patterns: + - "*" - package-ecosystem: "github-actions" directory: "/"