Skip to content

Commit

Permalink
Add dependabot as a user to run Pull Requests
Browse files Browse the repository at this point in the history
  • Loading branch information
mrodm committed Dec 22, 2023
1 parent bf17db2 commit 1e4e075
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .buildkite/pull-requests.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"pipeline_slug": "fleet-server",
"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,
Expand All @@ -17,13 +17,12 @@
"pipeline_slug": "fleet-server-package-mbp",
"allow_org_users": true,
"allowed_repo_permissions": ["admin", "write"],
"allowed_list": ["mergify[bot]"],
"allowed_list": ["dependabot[bot]", "mergify[bot]"],
"set_commit_status": false,
"build_on_commit": false,
"build_on_comment": true,
"trigger_comment_regex": "^(?:(?:buildkite\\W+)?(?:package)\\W+(?:this|it))|^/package$",
"always_trigger_comment_regex": "^(?:(?:buildkite\\W+)?(?:package)\\W+(?:this|it))|^/package$",

"fail_on_not_mergeable": true
}]
}

0 comments on commit 1e4e075

Please sign in to comment.