From a203cf6494baac1566814c384390725a1de78d87 Mon Sep 17 00:00:00 2001 From: haya14busa Date: Sun, 31 May 2020 07:21:41 +0000 Subject: [PATCH] Bump patch version on merging renovate PR --- .github/renovate.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/renovate.json b/.github/renovate.json index f45d8f1..1cdbc81 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,5 +1,8 @@ { "extends": [ "config:base" + ], + "labels": [ + "bump:patch" ] }