Skip to content

Commit 6b78203

Browse files
authored
deps: Ignore google.golang.org/grpc direct updates in Dependabot (#191)
This Go module should only be upgraded via terraform-plugin-go upgrades of the dependency.
1 parent 1809a15 commit 6b78203

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ version: 2
22
updates:
33
- package-ecosystem: "gomod"
44
directory: "/"
5+
ignore:
6+
# grpc should only be updated via terraform-plugin-go
7+
- dependency-name: "google.golang.org/grpc"
58
schedule:
69
interval: "daily"
710
- package-ecosystem: "gomod"

0 commit comments

Comments
 (0)