From a7ac86a69f0e8aaf41b77b4658588e0fd59e344f Mon Sep 17 00:00:00 2001 From: Lucas Colley Date: Wed, 9 Jul 2025 22:39:25 +0100 Subject: [PATCH] deps: add numpy to 3.10 drop list --- renovate.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/renovate.json b/renovate.json index 6efaa5c8..93e09280 100644 --- a/renovate.json +++ b/renovate.json @@ -25,17 +25,11 @@ "groupName": "gha", "schedule": ["* * 15 * *"], "automerge": true - }, { - "description": "Don't bump test dependencies for oldest Python compatibility.", - "matchManagers": ["pixi"], - "matchDepTypes": ["feature-tests"], - "matchPackageNames": ["numpy"], - "enabled": false }, { "description": "Block PRs for updates blocked on dropping Python 3.10.", "matchManagers": ["pixi"], "matchUpdateTypes": ["major"], - "matchPackageNames": ["sphinx", "ipython", "sphinx-autodoc-typehints"], + "matchPackageNames": ["numpy", "sphinx", "ipython", "sphinx-autodoc-typehints"], "enabled": false }, { "description": "Group Dask packages.",