Skip to content

Commit 95a31f4

Browse files
authored
deps: turn off renovate for numpy in tests feature (#354)
1 parent a89d7d3 commit 95a31f4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

renovate.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@
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
2834
}, {
2935
"description": "Block PRs for updates blocked on dropping Python 3.10.",
3036
"matchManagers": ["pixi"],

0 commit comments

Comments
 (0)