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
This commit is contained in:
Zoltán Bedi 2021-12-06 16:40:40 +01:00 committed by GitHub
parent d5f63ff7bd
commit b82663b87b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -183,6 +183,7 @@
"type": "author", "type": "author",
"name": "pr/external", "name": "pr/external",
"notMemberOf": { "org": "grafana" }, "notMemberOf": { "org": "grafana" },
"ignoreList": ["renovate[bot]"],
"action": "updateLabel", "action": "updateLabel",
"addLabel": "pr/external" "addLabel": "pr/external"
} }