Skip to content

Commit c3b25e8

Browse files
authored
ignore go-github bump using renovate (#59)
Signed-off-by: Anurag <anurag.kumar@syself.com>
1 parent e5707df commit c3b25e8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/renovate/golang.json5

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@
2121
matchPaths: ["hack/tools/**"],
2222
enabled: false,
2323
},
24+
{
25+
description: "Disable github-go",
26+
matchManagers: ["gomod"],
27+
matchDepNames: ["github.com/google/go-github"],
28+
enabled: false,
29+
},
2430
{
2531
description: "Disable update k8s packages",
2632
matchManagers: ["gomod"],

0 commit comments

Comments
 (0)