-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into chore/fix-gateway-class-name
- Loading branch information
Showing
110 changed files
with
4,120 additions
and
1,354 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,32 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: npm | ||
directory: "/" | ||
directories: | ||
- "**/*" | ||
schedule: | ||
interval: daily | ||
time: "10:00" | ||
open-pull-requests-limit: 20 | ||
commit-message: | ||
prefix: "deps" | ||
prefix-development: "deps(dev)" | ||
prefix-development: "chore" | ||
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" | ||
- package-ecosystem: "github-actions" | ||
directory: "/" | ||
schedule: | ||
interval: "weekly" | ||
commit-message: | ||
prefix: ci | ||
prefix: chore |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
{ | ||
"packages/block-brokers": "4.0.1", | ||
"packages/bitswap": "2.0.1", | ||
"packages/car": "4.0.0", | ||
"packages/dag-cbor": "4.0.0", | ||
"packages/dag-json": "4.0.0", | ||
"packages/helia": "5.1.0", | ||
"packages/interface": "5.0.0", | ||
"packages/interop": "7.0.2", | ||
"packages/ipns": "8.0.0", | ||
"packages/json": "4.0.0", | ||
"packages/mfs": "4.0.0", | ||
"packages/strings": "4.0.0", | ||
"packages/unixfs": "4.0.0", | ||
"packages/utils": "1.0.1", | ||
"packages/http": "2.0.1", | ||
"packages/routers": "2.1.0" | ||
"packages/block-brokers": "4.0.2", | ||
"packages/bitswap": "2.0.2", | ||
"packages/car": "4.0.1", | ||
"packages/dag-cbor": "4.0.1", | ||
"packages/dag-json": "4.0.1", | ||
"packages/helia": "5.1.1", | ||
"packages/interface": "5.1.0", | ||
"packages/interop": "7.0.3", | ||
"packages/ipns": "8.0.1", | ||
"packages/json": "4.0.1", | ||
"packages/mfs": "4.0.1", | ||
"packages/strings": "4.0.1", | ||
"packages/unixfs": "4.0.1", | ||
"packages/utils": "1.1.0", | ||
"packages/http": "2.0.2", | ||
"packages/routers": "2.2.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Contributor Code of Conduct | ||
|
||
This project follows the [`IPFS Community Code of Conduct`](https://github.com/ipfs/community/blob/master/code-of-conduct.md) |
Oops, something went wrong.