renovate: Add label "bot" to PRs (#4748)

I want to exclude renovate PRs from Pull Reminder notifications.
This commit is contained in:
Keegan Carruthers-Smith 2019-07-01 14:57:57 +02:00 committed by GitHub
parent ed8eb447b4
commit 07ec7d37e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,6 @@
{
"$schema": "http://json.schemastore.org/renovate",
"extends": ["github>sourcegraph/renovate-config"],
"semanticCommits": false
"semanticCommits": false,
"labels": ["bot"]
}