From 101805c25d50a11c30256be163357563ece7d5a0 Mon Sep 17 00:00:00 2001 From: Will Pfleger Date: Mon, 25 May 2026 14:04:11 -0400 Subject: [PATCH] fix(renovate): pin evalexpr <13 and group redis crates (#743) --- renovate.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/renovate.json b/renovate.json index ce54cb50a..560269fc8 100644 --- a/renovate.json +++ b/renovate.json @@ -18,6 +18,17 @@ "groupName": null, "separateMinorPatch": true, "separateMultipleMinor": false + }, + { + "description": "evalexpr v13 relicensed from MIT to AGPL-3.0 — pin below v13 until migrated to an MIT alternative.", + "matchPackageNames": ["evalexpr"], + "allowedVersions": "<13" + }, + { + "description": "deadpool-redis re-exports redis types — version mismatch causes trait incompatibility.", + "matchPackageNames": ["redis", "deadpool-redis"], + "matchManagers": ["cargo"], + "groupName": "redis" } ] }