diff --git a/renovate.json b/renovate.json index 180f5c14f..d857fcf10 100644 --- a/renovate.json +++ b/renovate.json @@ -35,6 +35,12 @@ ], "enabled": false }, + { + "description": "Ignore Python version updates", + "matchManagers": ["poetry"], + "matchPackageNames": ["python"], + "enabled": false + }, { "matchPackageNames": ["urllib3"], "allowedVersions": "<2.0.0"