From 98d24a7c41ef52eb29485a0e2d04576674eb02f4 Mon Sep 17 00:00:00 2001 From: Johan Brandhorst Date: Thu, 3 Sep 2020 11:19:40 +0100 Subject: [PATCH] Add ignore for golang.org/x/oauth2 Updating this past our current version pulls in golang/protobuf v1.4.2, which we can't do without breaking users. --- renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index c153d331aca..ccdafc767be 100644 --- a/renovate.json +++ b/renovate.json @@ -26,7 +26,8 @@ "packageNames": [ "github.com/golang/protobuf", "google.golang.org/genproto", - "io_bazel_rules_go" + "io_bazel_rules_go", + "golang.org/x/oauth2" ], "enabled": false },