File tree 1 file changed +21
-1
lines changed
src/check-project/files/.github
1 file changed +21
-1
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
+ - " /benchmarks/*"
7
+ - " /docs/*"
8
+ - " /examples/*"
9
+ - " /interop/*"
10
+ - " /packages/*"
5
11
schedule :
6
12
interval : daily
7
13
time : " 10:00"
8
14
open-pull-requests-limit : 20
9
15
commit-message :
10
16
prefix : " deps"
11
17
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"
You can’t perform that action at this time.
0 commit comments