From 870e27269255376f477223034d74a44178eb897e Mon Sep 17 00:00:00 2001 From: Dei Vilkinsons <6226576+vilkinsons@users.noreply.github.com> Date: Sun, 15 Jun 2025 12:21:00 +0100 Subject: [PATCH] Update renovate-config.json --- renovate-config.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/renovate-config.json b/renovate-config.json index 78e010e..3a7db6e 100644 --- a/renovate-config.json +++ b/renovate-config.json @@ -314,6 +314,11 @@ "groupName": "`dashu` Rust crates", "matchPackageNames": ["/^dashu[-_]?/"] }, + { + "matchManagers": ["cargo"], + "groupName": "`frunk` Rust crates", + "matchPackageNames": ["/^frunk[-_]?/"] + }, { "matchManagers": ["cargo"], "groupName": "`napi` Rust crates",