Skip to content

Commit b9af40e

Browse files
Disable auto-update of major Python version
Signed-off-by: Matt Norton <matt@carrotmanmatt.com>
1 parent 0e5081a commit b9af40e

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.github/renovate.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,13 @@
2727
"enabled": true
2828
},
2929
"packageRules": [
30+
{
31+
"description": "Only update major Python versions manually",
32+
"matchPackageNames": [
33+
"python"
34+
],
35+
"enabled": false
36+
},
3037
{
3138
"groupName": "pep621",
3239
"matchManagers": [
@@ -58,7 +65,7 @@
5865
]
5966
},
6067
{
61-
"description": "Update frquently changing pre-commit hooks on Tuesday mornings",
68+
"description": "Update frequently changing pre-commit hooks on Tuesday mornings",
6269
"matchManagers": [
6370
"pre-commit"
6471
],

0 commit comments

Comments
 (0)