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" + ] }