We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a867bd3 commit 1178ed2Copy full SHA for 1178ed2
.mergify.yml
@@ -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
+
12
pull_request_rules:
13
- name: Automatic merge on approval and when when GitHub branch protection passes on main
14
conditions:
15
- "#approved-reviews-by>=1"
16
- base=main
17
+ - label!=dependencies
18
actions:
19
merge:
20
method: merge
- strict: true
21
+ strict: smart
0 commit comments