add renovate config

This commit is contained in:
Shawn Erquhart 2019-03-14 14:30:12 -04:00
parent 1261ec7f83
commit cb27cfab8d

10
renovate.json Normal file
View File

@ -0,0 +1,10 @@
{
"extends": [
"config:base"
],
"rangeStrategy": "replace",
"lockFileMaintenance": {
"enabled": true,
"extends": "schedule:weekly"
},
}