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
pull/42795/head
Zoltán Bedi 4 years ago committed by GitHub
parent d5f63ff7bd
commit b82663b87b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .github/pr-commands.json

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

Loading…
Cancel
Save