File tree Expand file tree Collapse file tree 1 file changed +17
-7
lines changed Expand file tree Collapse file tree 1 file changed +17
-7
lines changed Original file line number Diff line number Diff line change 11version : 2
22updates :
33- package-ecosystem : npm
4- directory : " /"
4+ directories :
5+ - " /"
6+ - " /packages/*"
57 schedule :
68 interval : daily
79 time : " 10:00"
810 open-pull-requests-limit : 20
911 commit-message :
1012 prefix : " deps"
1113 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