Skip to content

Commit adb62a9

Browse files
committed
ci(mergify): upgrade configuration to current format
1 parent a2c803a commit adb62a9

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.github/mergify.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
1+
12
pull_request_rules:
23
- name: Dependabot
3-
conditions:
4-
- author=dependabot[bot]
5-
- check-success=all-tests-succeeded
4+
conditions: []
65
actions:
76
queue:
8-
method: merge
9-
name: dependabot
10-
117
queue_rules:
128
- name: dependabot
139
batch_size: 10
1410
batch_max_wait_time: 30 min
1511
queue_conditions:
1612
- author=dependabot[bot]
17-
- check-success=all-tests-succeeded
13+
- check-success=all-tests-succeeded
14+
merge_conditions: []
15+
merge_method: merge

0 commit comments

Comments
 (0)