From 42383142bb1b1b4e515243ec4bbea201b1126186 Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Wed, 7 Dec 2022 08:11:26 -0700 Subject: [PATCH] chore: ignore some golang.org/x/* dependencies in renovate (#1772) --- .github/renovate.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 5e286803e28..07091cba9d5 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -12,7 +12,9 @@ "commitMessageAction": "update", "groupName": "all", "ignoreDeps": [ - "golang.org/x/net" + "golang.org/x/net", + "golang.org/x/sys", + "golang.org/x/oauth2" ], "force": { "constraints": {