From 08f9c877ba78805a430aa3714fc97330dc134350 Mon Sep 17 00:00:00 2001 From: Sam Xie Date: Wed, 4 Sep 2024 23:50:55 -0700 Subject: [PATCH] Group googleapis update (#5772) This PR makes the renovate bot combine the googleapis update PRs into one. Example: https://github.com/XSAM/otelsql/pull/347 --- renovate.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/renovate.json b/renovate.json index 8c5ac55ca..4d36b98cf 100644 --- a/renovate.json +++ b/renovate.json @@ -19,6 +19,10 @@ "matchManagers": ["gomod"], "matchDepTypes": ["indirect"], "enabled": false + }, + { + "matchPackageNames": ["google.golang.org/genproto/googleapis/**"], + "groupName": "googleapis" } ] }