Configure Renovate (#3)

* Add renovate.json

* 🎨 Update renovate
This commit is contained in:
renovate[bot] 2019-03-17 18:04:29 -04:00 committed by Paul Sinclair
parent 18cbfde2f4
commit e30d185a29

11
renovate.json Normal file
View file

@ -0,0 +1,11 @@
{
"extends": [
"config:base"
],
"commitMessageAction": "Updates",
"commitMessageTopic": "{{depName}}",
"commitMessagePrefix": ":arrow_up:",
"labels": [
"Type: Maintenance"
]
}