Skip to content

Commit

Permalink
infra(mergify): Added queue rules condition
Browse files Browse the repository at this point in the history
  • Loading branch information
FajarKim committed Dec 7, 2023
1 parent a4fa67b commit 2d413d9
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/mergify.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
queue_rules:
# If you have other queues defined, add this at the end so it is processed last
- name: dep-update
batch_size: 10
# Wait for up to 30 minutes for the batch to fill up
batch_max_wait_time: 30 min
queue_conditions:
- author = dependabot[bot]

pull_request_rules:
- name: Automatic approve for Dependabot pull requests
conditions:
Expand All @@ -10,4 +19,4 @@ pull_request_rules:
- author = dependabot[bot]
- "#approved-reviews-by>=1"
actions:
merge:
queue:

0 comments on commit 2d413d9

Please sign in to comment.