diff --git a/.mergify.yml b/.mergify.yml index d85f31e..af18831 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -1,7 +1,7 @@ queue_rules: - name: dependency-update conditions: - - check-success=Build and Test (ubuntu-latest, 3.3.3, temurin@11) + - check-success=Build and Test (ubuntu-latest, 3.3.4, temurin@11) - check-success=Build and Test (ubuntu-latest, 2.13.15, temurin@11) - check-success=Build and Test (ubuntu-latest, 2.12.20, temurin@11) @@ -9,7 +9,7 @@ pull_request_rules: - name: Merge using the merge queue conditions: - base=main - - check-success=Build and Test (ubuntu-latest, 3.3.3, temurin@11) + - check-success=Build and Test (ubuntu-latest, 3.3.4, temurin@11) - check-success=Build and Test (ubuntu-latest, 2.13.15, temurin@11) - check-success=Build and Test (ubuntu-latest, 2.12.20, temurin@11) - author=scala-steward