File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 5
5
schedule :
6
6
interval : daily
7
7
time : " 10:00"
8
- open-pull-requests-limit : 10
8
+ open-pull-requests-limit : 20
9
9
commit-message :
10
10
prefix : " deps"
11
11
prefix-development : " deps(dev)"
Original file line number Diff line number Diff line change
1
+ # @multiformats/multiaddr
2
+
1
3
[ ![ multiformats.io] ( https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square )] ( http://multiformats.io )
2
4
[ ![ codecov] ( https://img.shields.io/codecov/c/github/multiformats/js-multiaddr.svg?style=flat-square )] ( https://codecov.io/gh/multiformats/js-multiaddr )
3
5
[ ![ 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
8
7
9
# About
8
10
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
+
9
26
A standard way to represent addresses that
10
27
11
28
- support any standard network protocol
You can’t perform that action at this time.
0 commit comments