Skip to content

Commit c3ba802

Browse files
authored
deps: disable requires-python updates (#288)
1 parent bb6129b commit c3ba802

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

renovate.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"enabled": false
2222
},
2323
{
24-
"description": "Do not bump Python deps in the manifest.",
25-
"matchManagers": ["pixi"],
24+
"description": "Do not bump Python deps in the manifest or requires-python.",
25+
"matchManagers": ["pixi", "pep621"],
2626
"matchPackageNames": ["python"],
2727
"enabled": false
2828
},

0 commit comments

Comments
 (0)