From c471fed56b3f3ba833d3311a55b2c32d2c3ad562 Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Wed, 3 Jun 2026 21:12:03 -0400 Subject: [PATCH] fix(renovate): python match to pep621 for uv backed deps --- renovate-config.json5 | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/renovate-config.json5 b/renovate-config.json5 index ba7e0b65..8faaa5ad 100644 --- a/renovate-config.json5 +++ b/renovate-config.json5 @@ -91,6 +91,16 @@ ], "matchUpdateTypes": ["patch", "minor"] }, + // Rollback PRs miscalculate PEP 440 values for uv-backed pinned dependencies. + { + "matchDatasources": [ + "pypi", + ], + "matchManagers": [ + "pep621", + ], + "rollbackPrs": false, + }, // Group pytest { "groupName": "pytest",