Skip to content

Commit 17c9a1f

Browse files
chore: remove renovate-bot check to prevent psycopg2-binary update (#494)
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.
1 parent de1daf5 commit 17c9a1f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/renovate.json5

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,5 @@
2828
"matchLanguages": ["python"],
2929
"matchUpdateTypes": ["minor", "patch"],
3030
},
31-
{
32-
"matchPackageNames": ["psycopg2-binary"],
33-
"allowedVersions": "!/2.9.10/"
34-
},
3531
],
3632
}

0 commit comments

Comments
 (0)