Skip to content

Commit

Permalink
Configure Renovate (#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 indexzero committed Aug 22, 2019
1 parent a3fe02d commit cb3171a
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 cb3171a

Please sign in to comment.