Skip to content

Commit 799e6b0

Browse files
authored
chore: update project config (#466)
1 parent b590c92 commit 799e6b0

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@ updates:
66
interval: daily
77
time: "10:00"
88
open-pull-requests-limit: 10
9+
commit-message:
10+
prefix: "deps"
11+
prefix-development: "deps(dev)"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![IRC](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23ipfs)
55
[![Discord](https://img.shields.io/discord/806902334369824788?style=flat-square)](https://discord.gg/ipfs)
66
[![codecov](https://img.shields.io/codecov/c/github/ipfs/js-ipfs-bitswap.svg?style=flat-square)](https://codecov.io/gh/ipfs/js-ipfs-bitswap)
7-
[![CI](https://img.shields.io/github/workflow/status/libp2p/js-libp2p-interfaces/test%20&%20maybe%20release/master?style=flat-square)](https://github.com/ipfs/js-ipfs-bitswap/actions/workflows/js-test-and-release.yml)
7+
[![CI](https://img.shields.io/github/workflow/status/ipfs/js-ipfs-bitswap/test%20&%20maybe%20release/master?style=flat-square)](https://github.com/ipfs/js-ipfs-bitswap/actions/workflows/js-test-and-release.yml)
88

99
> JavaScript implementation of the Bitswap data exchange protocol used by IPFS
1010

package.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,15 +89,15 @@
8989
"release": "patch"
9090
},
9191
{
92-
"type": "chore",
92+
"type": "docs",
9393
"release": "patch"
9494
},
9595
{
96-
"type": "docs",
96+
"type": "test",
9797
"release": "patch"
9898
},
9999
{
100-
"type": "test",
100+
"type": "deps",
101101
"release": "patch"
102102
},
103103
{
@@ -127,7 +127,11 @@
127127
},
128128
{
129129
"type": "docs",
130-
"section": "Trivial Changes"
130+
"section": "Documentation"
131+
},
132+
{
133+
"type": "deps",
134+
"section": "Dependencies"
131135
},
132136
{
133137
"type": "test",

0 commit comments

Comments
 (0)