From 07ec7d37e1e30092abe3a75bfd3314ec7324a217 Mon Sep 17 00:00:00 2001 From: Keegan Carruthers-Smith Date: Mon, 1 Jul 2019 14:57:57 +0200 Subject: [PATCH] renovate: Add label "bot" to PRs (#4748) I want to exclude renovate PRs from Pull Reminder notifications. --- renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index a92601b4d53..916aad39f78 100644 --- a/renovate.json +++ b/renovate.json @@ -1,5 +1,6 @@ { "$schema": "http://json.schemastore.org/renovate", "extends": ["github>sourcegraph/renovate-config"], - "semanticCommits": false + "semanticCommits": false, + "labels": ["bot"] }