Skip to content

Commit 599c4e1

Browse files
committed
chore(deps): ignore specific version of go-libp2p in Dependabot config
1 parent afb2bc3 commit 599c4e1

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
@@ -38,6 +38,9 @@ updates:
3838
timezone: "America/New_York"
3939
allow:
4040
- dependency-type: "direct"
41+
ignore:
42+
- dependency-name: "github.com/libp2p/go-libp2p"
43+
versions: ["v6.0.23+incompatible"]
4144
groups:
4245
security-deps:
4346
patterns:

0 commit comments

Comments
 (0)