From 0ab4fe1e6b7ae1cddc80cc3b56f1bacb338b5e97 Mon Sep 17 00:00:00 2001 From: Evan Richardson Date: Fri, 3 Dec 2021 06:42:33 +0000 Subject: [PATCH] Add PR labels --- renovate.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 790018b..c86c2a2 100644 --- a/renovate.json +++ b/renovate.json @@ -3,5 +3,9 @@ "extends": [ "config:base" ], - "prConcurrentLimit": 5 + "prConcurrentLimit": 5, + "labels": [ + "upgrade", + "bot" + ] }