Skip to content

Commit b1fee41

Browse files
fix: group dependabot updates (#1682)
See some examples that resulted from this config: * ipfs/helia-verified-fetch#141 * ipfs/helia-verified-fetch#142 * ipfs/helia-verified-fetch#143 --------- Co-authored-by: Alex Potsides <alex@achingbrain.net>
1 parent 9a6249a commit b1fee41

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,31 @@
11
version: 2
22
updates:
33
- package-ecosystem: npm
4-
directory: "/"
4+
directories:
5+
- "/"
6+
- "/benchmarks/*"
7+
- "/docs/*"
8+
- "/examples/*"
9+
- "/interop/*"
10+
- "/packages/*"
511
schedule:
612
interval: daily
713
time: "10:00"
814
open-pull-requests-limit: 20
915
commit-message:
1016
prefix: "deps"
1117
prefix-development: "deps(dev)"
18+
groups:
19+
helia-deps: # group all deps that should be updated when Helia deps need updated
20+
patterns:
21+
- "*helia*"
22+
- "*libp2p*"
23+
- "*multiformats*"
24+
store-deps: # group all blockstore and datastore updates (interface & impl)
25+
patterns:
26+
- "*blockstore*"
27+
- "*datastore*"
28+
kubo-deps: # group kubo, kubo-rpc-client, and ipfsd-ctl updates
29+
patterns:
30+
- "*kubo*"
31+
- "ipfsd-ctl"

0 commit comments

Comments
 (0)