Skip to content

Commit d50f5bc

Browse files
authored
chore: use groups for dependabot.yml (#487)
related to ipfs/aegir#1682
1 parent 567cfa5 commit d50f5bc

File tree

1 file changed

+17
-7
lines changed

1 file changed

+17
-7
lines changed

.github/dependabot.yml

+17-7
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,27 @@
11
version: 2
22
updates:
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"

0 commit comments

Comments
 (0)