Skip to content

Commit 7e3ac57

Browse files
authored
deps: also block minor updates for oldest python compat (#356)
1 parent 4f2d14d commit 7e3ac57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
}, {
2929
"description": "Block PRs for updates blocked on dropping Python 3.10.",
3030
"matchManagers": ["pixi"],
31-
"matchUpdateTypes": ["major"],
31+
"matchUpdateTypes": ["major", "minor"],
3232
"matchPackageNames": ["numpy", "sphinx", "ipython", "sphinx-autodoc-typehints"],
3333
"enabled": false
3434
}, {

0 commit comments

Comments
 (0)