Skip to content

Commit f2a481a

Browse files
authored
Merge of #181
2 parents a01e493 + 48b232c commit f2a481a

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.mergify.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,21 @@ shared:
1111
- check-success=actionlint
1212

1313
queue_rules:
14+
- name: automated updates
15+
<<: *DefaultQueueOptions
16+
autoqueue: true
17+
queue_conditions:
18+
- base = main
19+
- author = dependabot[bot]
20+
- and: *CheckRuns
21+
merge_conditions:
22+
- and: *CheckRuns
23+
merge_method: merge
24+
batch_size: 7
25+
batch_max_wait_time: 5min
26+
commit_message_template:
27+
queue_branch_merge_method: fast-forward
28+
1429
- name: default
1530
autoqueue: true
1631
<<: *DefaultQueueOptions

0 commit comments

Comments
 (0)