We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94136cd commit 3a8453cCopy full SHA for 3a8453c
.github/.dependabot.yml
.github/dependabot.yml
@@ -7,13 +7,27 @@ version: 2
7
updates:
8
- package-ecosystem: "npm" # See documentation for possible values
9
directory: "/js-peer" # Location of package manifests
10
+ open-pull-requests-limit: 2
11
+ commit-message:
12
+ prefix: "deps"
13
schedule:
14
interval: "weekly"
15
- package-ecosystem: "gomod"
16
directory: "/go-peer"
17
18
19
20
21
22
- package-ecosystem: "cargo"
23
directory: "/rust-peer"
24
25
26
27
28
29
+ groups:
30
+ libp2p:
31
+ patterns:
32
+ - "libp2p"
33
+ - "libp2p-*"
0 commit comments