From 0c5edeed92043df6c7ed71e66cc515a5fcd77460 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 7 Jan 2019 14:13:08 +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" ] }