From 272990b454d0bd6ea6637478064208237d579549 Mon Sep 17 00:00:00 2001 From: rhatgadkar-goog Date: Mon, 20 Oct 2025 23:28:26 +0000 Subject: [PATCH] chore: remove renovate-bot check to prevent psycopg2-binary update This PR removes the check that prevents renovate-bot from creating PRs that update the psycopg2-binary to 2.9.10. We won't need this check after #488 is merged, because it uses psycopg2-binary 2.9.11. So this PR should only be submitted after #488 is submitted. --- .github/renovate.json5 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 07e23e70..0ed97131 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -28,9 +28,5 @@ "matchLanguages": ["python"], "matchUpdateTypes": ["minor", "patch"], }, - { - "matchPackageNames": ["psycopg2-binary"], - "allowedVersions": "!/2.9.10/" - }, ], }