We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9d918f commit b204218Copy full SHA for b204218
2 files changed
.github/mergify.yml
@@ -6,3 +6,19 @@ pull_request_rules:
6
label:
7
toggle:
8
- conflict
9
+
10
+ - name: Automatic merge on approval
11
+ conditions:
12
+ - "#commits-behind=0"
13
+ - or:
14
+ - "#approved-reviews-by>=1"
15
+ - label=ci:auto-merge
16
+ - not:
17
+ and:
18
+ - "head*=renovate/lockfile-maintenance-*"
19
+ - "created-at>24h ago"
20
+ - base=master
21
+ - check-success=build
22
+ actions:
23
+ merge:
24
+ method: squash
.github/renovate.json
@@ -18,5 +18,10 @@
],
"separateMajorMinor": false,
"updateNotScheduled": false,
- "rangeStrategy": "bump"
+ "rangeStrategy": "bump",
+ "labels": [
+ "ci:auto-merge",
+ "dependencies"
25
+ ],
26
+ "prConcurrentLimit": 3
27
}
0 commit comments