From e5ea1785ff0ee57b169377ea7ecf83f0242f9c48 Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Mon, 8 Apr 2024 01:21:50 -0500 Subject: [PATCH] Renovate: Group updates to development dependencies (#2888) I don't think we need to audit these individually since they're not user-facing. --- .github/renovate.json5 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index dd64e6620..10de5afe0 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -29,6 +29,12 @@ matchManagers: ["pre-commit"], description: "Weekly update of pre-commit dependencies", }, + { + groupName: "Rust dev-dependencies", + matchManagers: ["cargo"], + matchDepTypes: ["devDependencies"], + description: "Weekly update of Rust development dependencies", + }, ], vulnerabilityAlerts: { commitMessageSuffix: "",