From 438c0757e99dd89b72a3a90186a8b968a35dbe5c Mon Sep 17 00:00:00 2001 From: Noah Dietz Date: Thu, 19 Oct 2023 08:12:17 -0700 Subject: [PATCH] chore(deps): ignore go-github (#2223) Ignores updates to `go-github` which requires an import path update as well, so [renovate PRs](https://togithub.com/googleapis/google-api-go-client/pull/2221) are useless. --- .github/renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 0f92dd6aa44..6c940b6d507 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -12,7 +12,8 @@ "commitMessageAction": "update", "groupName": "all", "ignoreDeps": [ - "google.golang.org/appengine" + "google.golang.org/appengine", + "github.com/google/go-github" ], "force": { "constraints": {