Skip to content

Commit 88870d9

Browse files
committed
chore(deps): ignore old libp2p packages to reduce Dependabot noise
1 parent 7fedc1e commit 88870d9

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/dependabot.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,16 @@ updates:
3939
timezone: "America/New_York"
4040
allow:
4141
- dependency-type: "direct"
42+
ignore:
43+
# Ignore old libp2p packages that have been consolidated into go-libp2p
44+
# These are transitive dependencies that cause false-positive Dependabot errors
45+
- dependency-name: "github.com/libp2p/go-libp2p-peerstore"
46+
- dependency-name: "github.com/libp2p/go-tcp-transport"
47+
- dependency-name: "github.com/libp2p/go-ws-transport"
48+
- dependency-name: "github.com/libp2p/go-conn-security-multistream"
49+
- dependency-name: "github.com/libp2p/go-libp2p-swarm"
50+
- dependency-name: "github.com/libp2p/go-libp2p-transport-upgrader"
51+
- dependency-name: "github.com/libp2p/go-libp2p-nat"
4252
groups:
4353
security-deps:
4454
patterns:
@@ -68,6 +78,16 @@ updates:
6878
timezone: "America/New_York"
6979
allow:
7080
- dependency-type: "direct"
81+
ignore:
82+
# Ignore old libp2p packages that have been consolidated into go-libp2p
83+
# These are transitive dependencies that cause false-positive Dependabot errors
84+
- dependency-name: "github.com/libp2p/go-libp2p-peerstore"
85+
- dependency-name: "github.com/libp2p/go-tcp-transport"
86+
- dependency-name: "github.com/libp2p/go-ws-transport"
87+
- dependency-name: "github.com/libp2p/go-conn-security-multistream"
88+
- dependency-name: "github.com/libp2p/go-libp2p-swarm"
89+
- dependency-name: "github.com/libp2p/go-libp2p-transport-upgrader"
90+
- dependency-name: "github.com/libp2p/go-libp2p-nat"
7191
groups:
7292
security-deps:
7393
patterns:

0 commit comments

Comments
 (0)