diff --git a/.buildkite/pull-requests.json b/.buildkite/pull-requests.json index aa2a117e039..c33e5e6febc 100644 --- a/.buildkite/pull-requests.json +++ b/.buildkite/pull-requests.json @@ -21,7 +21,7 @@ "pipelineSlug": "elastic-agent-package", "allow_org_users": true, "allowed_repo_permissions": ["admin", "write"], - "allowed_list": [], + "allowed_list": ["dependabot[bot]", "mergify[bot]"], "set_commit_status": false, "build_on_commit": false, "build_on_comment": true, @@ -37,7 +37,7 @@ "pipelineSlug": "elastic-agent-binary-dra", "allow_org_users": true, "allowed_repo_permissions": ["admin", "write"], - "allowed_list": [], + "allowed_list": ["dependabot[bot]", "mergify[bot]"], "set_commit_status": false, "build_on_commit": false, "build_on_comment": true,