Skip to content

Commit

Permalink
chore: use groups for dependabot.yml (#487)
Browse files Browse the repository at this point in the history
related to ipfs/aegir#1682
  • Loading branch information
SgtPooki authored Nov 22, 2024
1 parent 567cfa5 commit d50f5bc
Showing 1 changed file with 17 additions and 7 deletions.
24 changes: 17 additions & 7 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,17 +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)"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: ci
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 d50f5bc

Please sign in to comment.