From 34f851dea06ca68b25ffa14a4aaa24746ffcbd45 Mon Sep 17 00:00:00 2001 From: Aditya Thakral Date: Fri, 13 Aug 2021 05:34:19 -0400 Subject: [PATCH] Add the 'Dependencies' label to all renovatebot PRs (#147) Reviewed-on: https://git.csclub.uwaterloo.ca/www/www-new/pulls/147 Co-authored-by: Aditya Thakral Co-committed-by: Aditya Thakral --- 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"] }