Add the 'Dependencies' label to all renovatebot PRs (#147)
continuous-integration/drone/push Build is passing Details

Reviewed-on: #147
Co-authored-by: Aditya Thakral <a3thakra@csclub.uwaterloo.ca>
Co-committed-by: Aditya Thakral <a3thakra@csclub.uwaterloo.ca>
This commit is contained in:
Aditya Thakral 2021-08-13 05:34:19 -04:00
parent 470a70d6b4
commit 34f851dea0
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"dependencyDashboard": true
"dependencyDashboard": true,
"labels": ["Dependencies"]
}