From 450d8cb12a2f8332c8f9c7bf5024ee085d096d11 Mon Sep 17 00:00:00 2001 From: Anurag Date: Fri, 2 Feb 2024 02:42:08 +0530 Subject: [PATCH] pin go-github dependency Signed-off-by: Anurag --- .github/renovate/golang.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate/golang.json5 b/.github/renovate/golang.json5 index a51e7900..a47cf951 100644 --- a/.github/renovate/golang.json5 +++ b/.github/renovate/golang.json5 @@ -24,7 +24,7 @@ { description: "Disable update controller-tools", matchManagers: ["gomod"], - matchDepNames: ["sigs.k8s.io/controller-runtime", "sigs.k8s.io/controller-tools", "github.com/google/go-github/v56"], + matchDepNames: ["sigs.k8s.io/controller-runtime", "sigs.k8s.io/controller-tools", "github.com/google/go-github/v52"], matchUpdateTypes: ["major", "minor"], enabled: false, },