Skip to content

Commit 5b77a6d

Browse files
committed
fix: update default dependabot
1 parent 5efc4ac commit 5b77a6d

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

src/check-project/files/.github/dependabot.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@ updates:
33
- package-ecosystem: npm
44
directories:
55
- "/"
6-
- "/benchmarks/*"
7-
- "/docs/*"
8-
- "/examples/*"
9-
- "/interop/*"
10-
- "/packages/*"
116
schedule:
127
interval: daily
138
time: "10:00"
@@ -16,16 +11,14 @@ updates:
1611
prefix: "deps"
1712
prefix-development: "chore"
1813
groups:
19-
helia-deps: # group all deps that should be updated when Helia deps need updated
14+
interplanetary-deps: # Helia/libp2p deps
2015
patterns:
2116
- "*helia*"
2217
- "*libp2p*"
2318
- "*multiformats*"
24-
store-deps: # group all blockstore and datastore updates (interface & impl)
25-
patterns:
2619
- "*blockstore*"
2720
- "*datastore*"
28-
kubo-deps: # group kubo, kubo-rpc-client, and ipfsd-ctl updates
21+
kubo-deps: # kubo deps
2922
patterns:
3023
- "*kubo*"
3124
- "ipfsd-ctl"

0 commit comments

Comments
 (0)