From b82663b87be27a62034c070bed4a44d617fd4183 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Bedi?= Date: Mon, 6 Dec 2021 16:40:40 +0100 Subject: [PATCH] chore: Add renovate to the ignore list (#42791) * chore: Add renovate to the ignore list It won't flag renovate pr's as external * Update .github/pr-commands.json --- .github/pr-commands.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/pr-commands.json b/.github/pr-commands.json index 6c5b9687410..86532bdab6c 100644 --- a/.github/pr-commands.json +++ b/.github/pr-commands.json @@ -183,6 +183,7 @@ "type": "author", "name": "pr/external", "notMemberOf": { "org": "grafana" }, + "ignoreList": ["renovate[bot]"], "action": "updateLabel", "addLabel": "pr/external" }