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: "",