Skip to content

Commit

Permalink
Configure Renovate (http-party#1355)
Browse files Browse the repository at this point in the history
* Add renovate.json

* [dist] Configure renovate more.
  • Loading branch information
renovate[bot] authored and mcheshkov committed Sep 16, 2019
1 parent 9b7019e commit 96d1f4a
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions renovate.json
@@ -0,0 +1,19 @@
{
"platform": "github",
"autodiscover": false,
"requireConfig": true,
"ignoreNpmrcFile": true,
"rangeStrategy": "replace",
"packageRules": [
{
"packagePatterns": [
"*"
],
"minor": {
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch"
}
}
],
"commitMessagePrefix": "[dist]"
}

0 comments on commit 96d1f4a

Please sign in to comment.