Skip to content

Commit

Permalink
Allow dependabot report BK status checks (#39540)
Browse files Browse the repository at this point in the history
This commit adds dependabot to the BK PR Bot allow list to enable
status check reporting.
dliappis authored May 14, 2024
1 parent c91503b commit a992601
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .buildkite/pull-requests.json
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@
"pipelineSlug": "beats",
"allow_org_users": true,
"allowed_repo_permissions": ["admin", "write"],
"allowed_list": [ "mergify[bot]" ],
"allowed_list": ["dependabot[bot]", "mergify[bot]"],
"set_commit_status": true,
"build_on_commit": true,
"build_on_comment": true,
@@ -21,7 +21,7 @@
"pipelineSlug": "beats-xpack-elastic-agent",
"allow_org_users": true,
"allowed_repo_permissions": ["admin", "write"],
"allowed_list": [ ],
"allowed_list": ["dependabot[bot]", "mergify[bot]"],
"set_commit_status": true,
"build_on_commit": true,
"build_on_comment": true,

0 comments on commit a992601

Please sign in to comment.