File tree 1 file changed +17
-7
lines changed
1 file changed +17
-7
lines changed Original file line number Diff line number Diff line change 1
1
version : 2
2
2
updates :
3
3
- package-ecosystem : npm
4
- directory : " /"
4
+ directories :
5
+ - " /"
6
+ - " /packages/*"
5
7
schedule :
6
8
interval : daily
7
9
time : " 10:00"
8
10
open-pull-requests-limit : 20
9
11
commit-message :
10
12
prefix : " deps"
11
13
prefix-development : " deps(dev)"
12
- - package-ecosystem : " github-actions"
13
- directory : " /"
14
- schedule :
15
- interval : " weekly"
16
- commit-message :
17
- prefix : ci
14
+ groups :
15
+ helia-deps : # group all deps that should be updated when Helia deps need updated
16
+ patterns :
17
+ - " *helia*"
18
+ - " *libp2p*"
19
+ - " *multiformats*"
20
+ store-deps : # group all blockstore and datastore updates (interface & impl)
21
+ patterns :
22
+ - " *blockstore*"
23
+ - " *datastore*"
24
+ kubo-deps : # group kubo, kubo-rpc-client, and ipfsd-ctl updates
25
+ patterns :
26
+ - " *kubo*"
27
+ - " ipfsd-ctl"
You can’t perform that action at this time.
0 commit comments