From 36159bec0513451074c14861b01fdd2a7cdaf9de Mon Sep 17 00:00:00 2001 From: James Rich <2199651+jamesarich@users.noreply.github.com> Date: Fri, 29 Aug 2025 18:11:04 -0500 Subject: [PATCH] chore(deps): group meshtastic protobuf updates (#2923) --- .github/renovate.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 583583ab8..ce4986c95 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -25,7 +25,9 @@ "matchPackageNames": [ "https://github.com/meshtastic/protobufs.git" ], - "changelogUrl": "https://github.com/meshtastic/protobufs/compare/{{currentDigest}}...{{newDigest}}" + "changelogUrl": "https://github.com/meshtastic/protobufs/compare/{{currentDigest}}...{{newDigest}}", + "groupName": "Meshtastic Protobufs", + "groupSlug": "meshtastic-protobufs" }, { "matchPackageNames": [ @@ -34,4 +36,4 @@ "changelogUrl": "https://github.com/meshtastic/design/compare/{{currentDigest}}...{{newDigest}}" } ] -} +} \ No newline at end of file