Skip to content

Commit

Permalink
pin go-github dependency to v56 (#65)
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 2, 2024
1 parent 2be27a0 commit 5eaa92a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/renovate/golang.json5
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
{
description: "Disable github-go",
matchManagers: ["gomod"],
matchDepNames: ["github.com/google/go-github"],
matchDepNames: ["github.com/google/go-github/v56"],
enabled: false,
},
{
Expand Down

0 comments on commit 5eaa92a

Please sign in to comment.