Skip to content

Commit

Permalink
Force dependabot to ignore grpc
Browse files Browse the repository at this point in the history
Upgrading gRPC automatically has caused regressions, therefore this
should be done manually. If the offending breakage is resolved, we can
remove this and use extra vigilance enforced by CI to detect breakage.
  • Loading branch information
timraymond committed Nov 4, 2024
1 parent 2175c21 commit f9b7688
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ updates:
labels: ["lang/go", "area/dependencies"]
ignore:
- dependency-name: "github.com/inspektor-gadget/inspektor-gadget"
- dependency-name: "google.golang.org/grpc"
open-pull-requests-limit: 10
- package-ecosystem: "gomod"
directory: "/hack/tools"
Expand Down

0 comments on commit f9b7688

Please sign in to comment.