Skip to content

Commit 9ce73b2

Browse files
authored
chore: update project (#372)
Update project config
1 parent f61dec7 commit 9ce73b2

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ updates:
55
schedule:
66
interval: daily
77
time: "10:00"
8-
open-pull-requests-limit: 10
8+
open-pull-requests-limit: 20
99
commit-message:
1010
prefix: "deps"
1111
prefix-development: "deps(dev)"

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# @multiformats/multiaddr
2+
13
[![multiformats.io](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](http://multiformats.io)
24
[![codecov](https://img.shields.io/codecov/c/github/multiformats/js-multiaddr.svg?style=flat-square)](https://codecov.io/gh/multiformats/js-multiaddr)
35
[![CI](https://img.shields.io/github/actions/workflow/status/multiformats/js-multiaddr/js-test-and-release.yml?branch=main\&style=flat-square)](https://github.com/multiformats/js-multiaddr/actions/workflows/js-test-and-release.yml?query=branch%3Amain)
@@ -6,6 +8,21 @@
68
79
# About
810

11+
<!--
12+
13+
!IMPORTANT!
14+
15+
Everything in this README between "# About" and "# Install" is automatically
16+
generated and will be overwritten the next time the doc generator is run.
17+
18+
To make changes to this section, please update the @packageDocumentation section
19+
of src/index.js or src/index.ts
20+
21+
To experiment with formatting, please run "npm run docs" from the root of this
22+
repo and examine the changes made.
23+
24+
-->
25+
926
A standard way to represent addresses that
1027

1128
- support any standard network protocol

0 commit comments

Comments
 (0)