From d04b299d3420821fa5310f06e92cba9d56c67881 Mon Sep 17 00:00:00 2001 From: David van Geest Date: Sun, 29 Sep 2024 22:15:27 -0400 Subject: [PATCH] Update .mergify.yml --- .mergify.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.mergify.yml b/.mergify.yml index b19fdd7..d85f31e 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -2,7 +2,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, 2.13.14, 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) pull_request_rules: @@ -10,7 +10,7 @@ pull_request_rules: conditions: - base=main - check-success=Build and Test (ubuntu-latest, 3.3.3, temurin@11) - - check-success=Build and Test (ubuntu-latest, 2.13.14, 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 actions: