From bf3a8d74cffc724237fd28eb5947721398c42933 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Bedi?= Date: Thu, 10 Feb 2022 22:18:08 +0100 Subject: [PATCH] Chore: Add dependabot to the ignore list (#45233) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit for external label so @daniellee doesn't have to manually remove that label 😄 --- .github/pr-commands.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pr-commands.json b/.github/pr-commands.json index 86532bdab6c..e2cb741dcb4 100644 --- a/.github/pr-commands.json +++ b/.github/pr-commands.json @@ -183,7 +183,7 @@ "type": "author", "name": "pr/external", "notMemberOf": { "org": "grafana" }, - "ignoreList": ["renovate[bot]"], + "ignoreList": ["renovate[bot]","dependabot[bot]"], "action": "updateLabel", "addLabel": "pr/external" }