Skip to content

Commit 4f2d14d

Browse files
authored
deps: add numpy to 3.10 drop list (#355)
1 parent 95a31f4 commit 4f2d14d

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

renovate.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,11 @@
2525
"groupName": "gha",
2626
"schedule": ["* * 15 * *"],
2727
"automerge": true
28-
}, {
29-
"description": "Don't bump test dependencies for oldest Python compatibility.",
30-
"matchManagers": ["pixi"],
31-
"matchDepTypes": ["feature-tests"],
32-
"matchPackageNames": ["numpy"],
33-
"enabled": false
3428
}, {
3529
"description": "Block PRs for updates blocked on dropping Python 3.10.",
3630
"matchManagers": ["pixi"],
3731
"matchUpdateTypes": ["major"],
38-
"matchPackageNames": ["sphinx", "ipython", "sphinx-autodoc-typehints"],
32+
"matchPackageNames": ["numpy", "sphinx", "ipython", "sphinx-autodoc-typehints"],
3933
"enabled": false
4034
}, {
4135
"description": "Group Dask packages.",

0 commit comments

Comments
 (0)