Skip to content

Commit

Permalink
chore: use grouping for dependabot (#140)
Browse files Browse the repository at this point in the history
* chore: use grouping for dependabot

* chore: update directories used by dependabot
  • Loading branch information
SgtPooki authored Nov 19, 2024
1 parent 5d4d58e commit af1b64e
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,27 @@
version: 2
updates:
- package-ecosystem: npm
directory: "/"
directories:
- "/"
- "/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 af1b64e

Please sign in to comment.