Skip to content
This repository was archived by the owner on May 27, 2019. It is now read-only.

Commit f3b4861

Browse files
committed
chore: add renovate
1 parent 018f9b8 commit f3b4861

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

renovate.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"pinVersions": true,
3+
"semanticCommits": true,
4+
"extends": [":library"],
5+
"depTypes": [
6+
{
7+
"depType": "dependencies",
8+
"pinVersions": false,
9+
"semanticPrefix": "chore(deps): "
10+
}
11+
],
12+
"automerge": true,
13+
"major": {
14+
"automerge": false
15+
}
16+
}

0 commit comments

Comments
 (0)