Skip to content

Commit c273cb2

Browse files
chore: Disable numpy updates for python version <3.10 (#447)
* chore: update renovate config * chore: Disable numpy updates for python version <3.10 --------- Co-authored-by: Averi Kitsch <[email protected]>
1 parent 1a95afe commit c273cb2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/renovate.json5

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,12 @@
4646
'major',
4747
],
4848
},
49+
{
50+
"description": "Disable numpy updates for Python <= 3.10 by matching the python_version marker.",
51+
"matchFileNames": ["pyproject.toml", "requirements.txt"],
52+
"matchPackageNames": ["numpy"],
53+
"matchDepVersions": ["/(python_version == '3\\.10|python_version <= '3\\.9)/"],
54+
"enabled": false
55+
}
4956
],
5057
}

0 commit comments

Comments
 (0)