Skip to content

Commit 1178ed2

Browse files
committed
Mergify: configuration update
1 parent a867bd3 commit 1178ed2

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.mergify.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,21 @@
1+
pull_request_rules:
2+
- name: For dependabot, automatic merge on approval and when when GitHub branch protection passes on main
3+
conditions:
4+
- "#approved-reviews-by>=1"
5+
- base=main
6+
- label=dependencies
7+
actions:
8+
merge:
9+
method: merge
10+
strict: false
11+
112
pull_request_rules:
213
- name: Automatic merge on approval and when when GitHub branch protection passes on main
314
conditions:
415
- "#approved-reviews-by>=1"
516
- base=main
17+
- label!=dependencies
618
actions:
719
merge:
820
method: merge
9-
strict: true
21+
strict: smart

0 commit comments

Comments
 (0)