Skip to content

Commit 89a5977

Browse files
committed
chore: tidy up dependabot
1 parent ce57fab commit 89a5977

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,12 @@ updates:
1616
prefix: "deps"
1717
prefix-development: "chore"
1818
groups:
19-
helia-deps: # group all deps that should be updated when Helia deps need updated
19+
libp2p-deps: # group all deps that should be updated when Helia deps need updated
2020
patterns:
21-
- "*helia*"
2221
- "*libp2p*"
2322
- "*multiformats*"
24-
store-deps: # group all blockstore and datastore updates (interface & impl)
25-
patterns:
2623
- "*blockstore*"
2724
- "*datastore*"
28-
kubo-deps: # group kubo, kubo-rpc-client, and ipfsd-ctl updates
29-
patterns:
30-
- "*kubo*"
31-
- "ipfsd-ctl"
3225
- package-ecosystem: "github-actions"
3326
directory: "/"
3427
schedule:

0 commit comments

Comments
 (0)