diff --git a/.github/renovate.json b/.github/renovate.json index b6d33ce..611ac2f 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -23,9 +23,9 @@ ] }, { - "matchPackageNames": ["flake8-import-order"], // we're not compatible with 0.19.0 yet due to #226 + "matchPackageNames": ["flake8-import-order", "setuptools"], // we're not compatible with 0.19.0 yet due to #226 "matchManagers": ["poetry"], "enabled": false } ] -} \ No newline at end of file +}