From 7ba052144f8681761d296c452636c711a67b4167 Mon Sep 17 00:00:00 2001 From: mshafer-ni <23644905+mshafer-NI@users.noreply.github.com> Date: Tue, 20 Jan 2026 11:28:01 -0600 Subject: [PATCH 1/2] disable upgrading flake8-import-order --- .github/renovate.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/renovate.json b/.github/renovate.json index 4e575c5f..69afd82d 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 From f924d2a0e26feb684373708790c2c77ad6a62abd Mon Sep 17 00:00:00 2001 From: mshafer-NI <23644905+mshafer-NI@users.noreply.github.com> Date: Fri, 23 Jan 2026 14:14:47 -0600 Subject: [PATCH 2/2] regEx is not needed Co-authored-by: Brad Keryan --- .github/renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 69afd82d..b6d33ce4 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -23,7 +23,7 @@ ] }, { - "matchPackageNames": ["/flake8-import-order/"], // we're not compatible with 0.19.0 yet due to #226 + "matchPackageNames": ["flake8-import-order"], // we're not compatible with 0.19.0 yet due to #226 "matchManagers": ["poetry"], "enabled": false }