Configure Renovate (#319)

* Add renovate.json

* [dist] Update renovate.json
master
renovate[bot] 2019-05-14 14:09:08 -04:00 committed by Matt Hamann
parent 48c92ce989
commit 10318c0098
1 changed files with 24 additions and 0 deletions

24
renovate.json Normal file
View File

@ -0,0 +1,24 @@
{
"extends": ["config:base"],
"platform": "github",
"autodiscover": false,
"requireConfig": true,
"ignoreNpmrcFile": true,
"rangeStrategy": "replace",
"packageRules": [
{
"packagePatterns": [
"*"
],
"minor": {
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch"
}
}
],
"commitMessagePrefix": "[dist]"
}