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",