Skip to content

Commit

Permalink
ignore go-github bump using renovate (#59)
Browse files Browse the repository at this point in the history
Signed-off-by: Anurag <anurag.kumar@syself.com>
  • Loading branch information
kranurag7 committed Feb 1, 2024
1 parent e5707df commit c3b25e8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/renovate/golang.json5
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down

0 comments on commit c3b25e8

Please sign in to comment.