Skip to content

Commit

Permalink
Tweak Renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
voxpelli committed Jun 6, 2018
1 parent 725c0a9 commit 0097682
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,22 @@
"extends": [
"config:js-lib",
"group:linters"
],
"packageRules": [
{
"packageNames": [
"coveralls",
"istanbul",
"mocha",
"mock-fs",
"nock",
"nyc"
],
"packagePatterns": [
"^chai",
"^sinon"
],
"groupName": "unit test modules"
}
]
}

0 comments on commit 0097682

Please sign in to comment.