From 5a55e926ed750b4e8db4f86d661c0f39c65f6f94 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 18:02:34 +0000 Subject: [PATCH] ci(mergify): upgrade configuration to current format --- .mergify.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.mergify.yml b/.mergify.yml index e7737c8..c977058 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -1,16 +1,16 @@ queue_rules: - name: dependency-update - conditions: + merge_conditions: - check-success=Build and Test (ubuntu-latest, 3.3.6, temurin@8) - - check-success=Build and Test (ubuntu-latest, 2.13.16, temurin@8) + - check-success=Build and Test (ubuntu-latest, 2.13.16, temurin@8) - check-success=Build and Test (ubuntu-latest, 2.12.20, temurin@8) pull_request_rules: - name: Merge using the merge queue conditions: - base=main - - check-success=Build and Test (ubuntu-latest, 3.3.6, temurin@8) - - check-success=Build and Test (ubuntu-latest, 2.13.16, temurin@8) + - check-success=Build and Test (ubuntu-latest, 3.3.6, temurin@8) + - check-success=Build and Test (ubuntu-latest, 2.13.16, temurin@8) - check-success=Build and Test (ubuntu-latest, 2.12.20, temurin@8) - author=scala-steward actions: