From e30d185a296087ea3fe6b835fc3ddb9985753401 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Sun, 17 Mar 2019 18:04:29 -0400 Subject: [PATCH] Configure Renovate (#3) * Add renovate.json * :art: Update renovate --- renovate.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 renovate.json diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..58ca74e --- /dev/null +++ b/renovate.json @@ -0,0 +1,11 @@ +{ + "extends": [ + "config:base" + ], + "commitMessageAction": "Updates", + "commitMessageTopic": "{{depName}}", + "commitMessagePrefix": ":arrow_up:", + "labels": [ + "Type: Maintenance" + ] +}