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