diff --git a/.github/renovate.json b/.github/renovate.json index 4e575c5..b6d33ce 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -21,6 +21,11 @@ "extends": [ "schedule:weekly" ] + }, + { + "matchPackageNames": ["flake8-import-order"], // we're not compatible with 0.19.0 yet due to #226 + "matchManagers": ["poetry"], + "enabled": false } ] } \ No newline at end of file