From c3b25e835321c49d5d7681c41abad90686549e2c Mon Sep 17 00:00:00 2001 From: kranurag7 <81210977+kranurag7@users.noreply.github.com> Date: Thu, 1 Feb 2024 19:27:43 +0530 Subject: [PATCH] ignore go-github bump using renovate (#59) Signed-off-by: Anurag --- .github/renovate/golang.json5 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/renovate/golang.json5 b/.github/renovate/golang.json5 index 29424391..906ad318 100644 --- a/.github/renovate/golang.json5 +++ b/.github/renovate/golang.json5 @@ -21,6 +21,12 @@ matchPaths: ["hack/tools/**"], enabled: false, }, + { + description: "Disable github-go", + matchManagers: ["gomod"], + matchDepNames: ["github.com/google/go-github"], + enabled: false, + }, { description: "Disable update k8s packages", matchManagers: ["gomod"],