diff --git a/.mergify.yml b/.mergify.yml index a6283af..cbfb68e 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -1,14 +1,14 @@ queue_rules: - name: dependency-update conditions: - - check-success=Build and Test (ubuntu-latest, 2.13.7, temurin@8) + - check-success=Build and Test (ubuntu-latest, 2.13.8, temurin@8) - check-success=Build and Test (ubuntu-latest, 2.12.15, temurin@8) pull_request_rules: - name: Merge using the merge queue conditions: - base=main - - check-success=Build and Test (ubuntu-latest, 2.13.7, temurin@8) + - check-success=Build and Test (ubuntu-latest, 2.13.8, temurin@8) - check-success=Build and Test (ubuntu-latest, 2.12.15, temurin@8) - author=scala-steward actions: