Skip to content
This repository was archived by the owner on Dec 16, 2025. It is now read-only.

Commit ee4c912

Browse files
authored
pin go-github dependency (#71)
Signed-off-by: Anurag <[email protected]>
1 parent 56afeb1 commit ee4c912

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/renovate/golang.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
{
2525
description: "Disable update controller-tools",
2626
matchManagers: ["gomod"],
27-
matchDepNames: ["sigs.k8s.io/controller-runtime", "sigs.k8s.io/controller-tools", "github.com/google/go-github/v56"],
27+
matchDepNames: ["sigs.k8s.io/controller-runtime", "sigs.k8s.io/controller-tools", "github.com/google/go-github/v52"],
2828
matchUpdateTypes: ["major", "minor"],
2929
enabled: false,
3030
},

0 commit comments

Comments
 (0)