fix(renovate): pin evalexpr <13 and group redis crates (#743)

This commit is contained in:
Will Pfleger
2026-05-25 18:04:11 +00:00
committed by GitHub
parent cbad8ff1be
commit 101805c25d
+11
View File
@@ -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"
}
]
}