Skip to content

Commit

Permalink
fix: group dependabot updates (#1682)
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

---------

Co-authored-by: Alex Potsides <[email protected]>
  • Loading branch information
SgtPooki and achingbrain authored Nov 28, 2024
1 parent 9a6249a commit b1fee41
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion src/check-project/files/.github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,31 @@
version: 2
updates:
- package-ecosystem: npm
directory: "/"
directories:
- "/"
- "/benchmarks/*"
- "/docs/*"
- "/examples/*"
- "/interop/*"
- "/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 b1fee41

Please sign in to comment.