From 8112ce111645c1c9f89182a23598dd340af439ea Mon Sep 17 00:00:00 2001 From: Lucas Colley Date: Wed, 30 Apr 2025 15:11:05 +0100 Subject: [PATCH] deps: disable requires-python updates --- renovate.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index 05342e62..c263292b 100644 --- a/renovate.json +++ b/renovate.json @@ -21,8 +21,8 @@ "enabled": false }, { - "description": "Do not bump Python deps in the manifest.", - "matchManagers": ["pixi"], + "description": "Do not bump Python deps in the manifest or requires-python.", + "matchManagers": ["pixi", "pep621"], "matchPackageNames": ["python"], "enabled": false },