Skip to content

Commit

Permalink
[ci/pr] Remove renovate from allowed_list (#173285)
Browse files Browse the repository at this point in the history
Renovate pull requests often sit inactive before a developer is able to
review. While inactive renovate is adding new versions, or the pull
request becomes outdated and CI cycles are not used.

This moves renovate CI on pull requests to a manual trigger, either via
`buildkite test this` or `/ci`.
  • Loading branch information
jbudz authored Dec 20, 2023
1 parent a4af14e commit 9aed752
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .buildkite/pull_requests.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"enabled": true,
"allow_org_users": true,
"allowed_repo_permissions": ["admin", "write"],
"allowed_list": ["barlowm", "renovate[bot]"],
"set_commit_status": true,
"commit_status_context": "kibana-ci",
"build_on_commit": true,
Expand Down Expand Up @@ -59,7 +58,6 @@
"enabled": true,
"allow_org_users": true,
"allowed_repo_permissions": ["admin", "write"],
"allowed_list": ["barlowm", "renovate[bot]"],
"set_commit_status": true,
"commit_status_context": "kibana-ci-test",
"build_on_commit": true,
Expand Down

0 comments on commit 9aed752

Please sign in to comment.