diff --git a/.mergify.yml b/.mergify.yml index 6141bd41..d75457b0 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -1,5 +1,5 @@ pull_request_rules: - - name: Automatic merge on approval + - name: Automatic merge Scala Steard conditions: - "author=scala-steward" - "#check-success>=8" @@ -8,3 +8,12 @@ pull_request_rules: method: merge label: add: ["chore"] + - name: Automatic merge Dependabot + conditions: + - "author=depandabot" + - "#check-success>=8" + actions: + merge: + method: merge + label: + add: ["chore"]