From 42cf6b8cdb840a0d693598c8ae8f32fec803d98f Mon Sep 17 00:00:00 2001 From: Eno Compton Date: Thu, 17 Feb 2022 16:12:24 -0700 Subject: [PATCH] chore: stop updating google.golang.org/api As of https://github.com/googleapis/google-api-go-client/pull/1428 and v0.69.0, the minimum Go version is Go 1.15. --- .github/renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index d6c35b4ba..874975b73 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -12,7 +12,8 @@ "gomodTidy" ], "ignoreDeps": [ - "golang.org/x/net" + "golang.org/x/net", + "google.golang.org/api" ], "force": { "constraints": {