Skip to content
This repository was archived by the owner on Jul 30, 2024. It is now read-only.

Commit 7ae12f2

Browse files
authored
Merge pull request #378 from exoego/exoego-patch-1
Auto-merge dependabot
2 parents 74de218 + a56fb60 commit 7ae12f2

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.mergify.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pull_request_rules:
2-
- name: Automatic merge on approval
2+
- name: Automatic merge Scala Steard
33
conditions:
44
- "author=scala-steward"
55
- "#check-success>=8"
@@ -8,3 +8,12 @@ pull_request_rules:
88
method: merge
99
label:
1010
add: ["chore"]
11+
- name: Automatic merge Dependabot
12+
conditions:
13+
- "author=depandabot"
14+
- "#check-success>=8"
15+
actions:
16+
merge:
17+
method: merge
18+
label:
19+
add: ["chore"]

0 commit comments

Comments
 (0)