From 237edb7ef2afcb980f88759d1650ac286e9e9381 Mon Sep 17 00:00:00 2001 From: Dmitry Anoshin Date: Tue, 6 Jan 2026 20:37:23 -0800 Subject: [PATCH] [chore] Fix small issues in renovate.json - Fix google.golang.org grouping. The url is wrong, it's hosted on github, use package names instead - Remove trailing comma to have valid json --- renovate.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/renovate.json b/renovate.json index 2c9d35bcd177..5e5621793646 100644 --- a/renovate.json +++ b/renovate.json @@ -86,8 +86,8 @@ "gomod" ], "groupName": "All google.golang.org packages", - "matchSourceUrls": [ - "https://google.golang.org{/,}**" + "matchPackageNames": [ + "google.golang.org{/,}**" ] }, { @@ -153,6 +153,6 @@ "prEditedNotification" ], "postUpdateOptions": [ - "gomodTidy", + "gomodTidy" ] }