From 73163c4e8d25c96a2081202476492cdad2e0c5d9 Mon Sep 17 00:00:00 2001 From: Aditya Thakral Date: Fri, 13 Aug 2021 05:20:50 -0400 Subject: [PATCH] Add the 'Dependencies' label to all renovatebot PRs --- renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 02ae0557..34916224 100644 --- a/renovate.json +++ b/renovate.json @@ -1,4 +1,5 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "dependencyDashboard": true + "dependencyDashboard": true, + "labels": ["Dependencies"] } -- 2.39.2