Skip to content

Commit 0c27ecc

Browse files
committedOct 28, 2020
configure renovate using openzeppelin shareable config
1 parent e5fbbda commit 0c27ecc

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed
 

‎renovate.json

+2-9
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,11 @@
11
{
2-
"rangeStrategy": "replace",
32
"extends": [
4-
"config:base",
5-
":maintainLockFilesWeekly",
6-
"group:allNonMajor",
7-
"schedule:weekly"
3+
"github>OpenZeppelin/code-style"
84
],
95
"packageRules": [
106
{
117
"extends": ["packages:eslint"],
128
"enabled": false
139
}
14-
],
15-
"lockFileMaintenance": {
16-
"commitMessageAction": "Update lockfile"
17-
}
10+
]
1811
}

0 commit comments

Comments
 (0)
Please sign in to comment.