From b3aa80af405adbdd16ae6c11000a1560022dd61e Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sun, 13 Jan 2019 14:10:50 +0100 Subject: [PATCH] Update renovate.json --- renovate.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/renovate.json b/renovate.json index f45d8f1..2b8ed04 100644 --- a/renovate.json +++ b/renovate.json @@ -1,5 +1,11 @@ { "extends": [ "config:base" + ], + "commitMessageAction": "Updates", + "commitMessageTopic": "{{depName}}", + "commitMessagePrefix": ":arrow_up:", + "labels": [ + "Type: Maintaince" ] }