Configure Renovate (#1)

* Add renovate.json

* Update renovate.json
This commit is contained in:
renovate[bot] 2019-01-13 14:11:02 +01:00 committed by Franck Nijhof
parent 37c3202a84
commit 4b15d3ac4f

11
renovate.json Normal file
View file

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