Skip to content

Commit 5200b95

Browse files
authored
chore: update project config (#174)
1 parent 116d5ec commit 5200b95

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-ipns.svg?style=flat-square)](https://codecov.io/gh/ipfs/js-ipns)
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-ipns/actions/workflows/js-test-and-release.yml)
7+
[![CI](https://img.shields.io/github/workflow/status/ipfs/js-ipns/test%20&%20maybe%20release/master?style=flat-square)](https://github.com/ipfs/js-ipns/actions/workflows/js-test-and-release.yml)
88

99
> ipns record definitions
1010

package.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,15 +94,15 @@
9494
"release": "patch"
9595
},
9696
{
97-
"type": "chore",
97+
"type": "docs",
9898
"release": "patch"
9999
},
100100
{
101-
"type": "docs",
101+
"type": "test",
102102
"release": "patch"
103103
},
104104
{
105-
"type": "test",
105+
"type": "deps",
106106
"release": "patch"
107107
},
108108
{
@@ -132,7 +132,11 @@
132132
},
133133
{
134134
"type": "docs",
135-
"section": "Trivial Changes"
135+
"section": "Documentation"
136+
},
137+
{
138+
"type": "deps",
139+
"section": "Dependencies"
136140
},
137141
{
138142
"type": "test",

0 commit comments

Comments
 (0)