diff --git a/renovate.json b/renovate.json index 63ffc65..10d01c0 100644 --- a/renovate.json +++ b/renovate.json @@ -9,6 +9,18 @@ "python" ], "allowedVersions": "<3.12" + }, + { + "matchPackageNames": [ + "python" + ], + "matchUpdateTypes": [ + "patch" + ], + "enabled": false } + ], + "schedule": [ + "at any time" ] }