Skip to content

Commit

Permalink
chore: group dependabot updates
Browse files Browse the repository at this point in the history
See some examples that resulted from this config:

* ipfs/helia-verified-fetch#141
* ipfs/helia-verified-fetch#142
* ipfs/helia-verified-fetch#143
  • Loading branch information
SgtPooki authored Nov 19, 2024
1 parent 1a4c2b6 commit 308a40c
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,26 @@
version: 2
updates:
- package-ecosystem: npm
directory: "/"
- "/"
- "/packages/*"
schedule:
interval: daily
time: "10:00"
open-pull-requests-limit: 20
commit-message:
prefix: "deps"
prefix-development: "deps(dev)"
groups:
helia-deps: # group all deps that should be updated when Helia deps need updated
patterns:
- "*helia*"
- "*libp2p*"
- "*multiformats*"
store-deps: # group all blockstore and datastore updates (interface & impl)
patterns:
- "*blockstore*"
- "*datastore*"
kubo-deps: # group kubo, kubo-rpc-client, and ipfsd-ctl updates
patterns:
- "*kubo*"
- "ipfsd-ctl"

0 comments on commit 308a40c

Please sign in to comment.