From 37be2622ec43412e29ce5874f895d15520c51fec Mon Sep 17 00:00:00 2001 From: Sandro Date: Mon, 11 Nov 2024 18:39:32 +0100 Subject: [PATCH] renovate: group crates (#38) --- .github/renovate.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/renovate.json b/.github/renovate.json index 2d6a0a6..bfed5a1 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -15,6 +15,10 @@ }, "osvVulnerabilityAlerts": true, "packageRules": [ + { + "matchManagers": ["cargo"], + "groupName": "crates" + }, { "matchManagers": ["nix"], "groupName": "flake inputs"