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