File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed
src/check-project/files/.github Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,6 @@ updates:
3
3
- package-ecosystem : npm
4
4
directories :
5
5
- " /"
6
- - " /benchmarks/*"
7
- - " /docs/*"
8
- - " /examples/*"
9
- - " /interop/*"
10
- - " /packages/*"
11
6
schedule :
12
7
interval : daily
13
8
time : " 10:00"
@@ -16,16 +11,14 @@ updates:
16
11
prefix : " deps"
17
12
prefix-development : " chore"
18
13
groups :
19
- helia -deps : # group all deps that should be updated when Helia deps need updated
14
+ interplanetary -deps : # Helia/libp2p deps
20
15
patterns :
21
16
- " *helia*"
22
17
- " *libp2p*"
23
18
- " *multiformats*"
24
- store-deps : # group all blockstore and datastore updates (interface & impl)
25
- patterns :
26
19
- " *blockstore*"
27
20
- " *datastore*"
28
- kubo-deps : # group kubo, kubo-rpc-client, and ipfsd-ctl updates
21
+ kubo-deps : # kubo deps
29
22
patterns :
30
23
- " *kubo*"
31
24
- " ipfsd-ctl"
You can’t perform that action at this time.
0 commit comments