From 2700d8095950f96361fc90d46c8cb4f473f9d2a3 Mon Sep 17 00:00:00 2001 From: Scott Hart Date: Tue, 3 Mar 2026 15:11:27 -0500 Subject: [PATCH 1/2] chore: instruct renovate-bot to ignore googleapis dep --- .github/renovate.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/renovate.json b/.github/renovate.json index 89de9f4b3415c..31325a8d710a6 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -91,5 +91,6 @@ "ignoreDeps": [ "boringssl", "com_google_googleapis" + "googleapis" ] } From 050bb1f2a0df539b80ddd49d605dd1ecf1ab5701 Mon Sep 17 00:00:00 2001 From: Scott Hart Date: Tue, 3 Mar 2026 15:23:24 -0500 Subject: [PATCH 2/2] formatting --- .github/renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 31325a8d710a6..f011cce4fb499 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -90,7 +90,7 @@ ], "ignoreDeps": [ "boringssl", - "com_google_googleapis" + "com_google_googleapis", "googleapis" ] }