Skip to content

Commit a992601

Browse files
authored
Allow dependabot report BK status checks (#39540)
This commit adds dependabot to the BK PR Bot allow list to enable status check reporting.
1 parent c91503b commit a992601

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.buildkite/pull-requests.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"pipelineSlug": "beats",
66
"allow_org_users": true,
77
"allowed_repo_permissions": ["admin", "write"],
8-
"allowed_list": [ "mergify[bot]" ],
8+
"allowed_list": ["dependabot[bot]", "mergify[bot]"],
99
"set_commit_status": true,
1010
"build_on_commit": true,
1111
"build_on_comment": true,
@@ -21,7 +21,7 @@
2121
"pipelineSlug": "beats-xpack-elastic-agent",
2222
"allow_org_users": true,
2323
"allowed_repo_permissions": ["admin", "write"],
24-
"allowed_list": [ ],
24+
"allowed_list": ["dependabot[bot]", "mergify[bot]"],
2525
"set_commit_status": true,
2626
"build_on_commit": true,
2727
"build_on_comment": true,

0 commit comments

Comments
 (0)