We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e35b60 commit 35a52f0Copy full SHA for 35a52f0
.github/dependabot.yml
@@ -10,20 +10,6 @@ updates:
10
commit-message:
11
prefix: "deps"
12
prefix-development: "chore"
13
- groups:
14
- helia-deps: # group all deps that should be updated when Helia deps need updated
15
- patterns:
16
- - "*helia*"
17
- - "*libp2p*"
18
- - "*multiformats*"
19
- store-deps: # group all blockstore and datastore updates (interface & impl)
20
21
- - "*blockstore*"
22
- - "*datastore*"
23
- kubo-deps: # group kubo, kubo-rpc-client, and ipfsd-ctl updates
24
25
- - "*kubo*"
26
- - "ipfsd-ctl"
27
- package-ecosystem: "github-actions"
28
directory: "/"
29
schedule:
0 commit comments