You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: prevent renovate-bot from updating psycopg2-binary version (#465)
Currently, renovate-bot creates PRs like
#464,
which are updating the psycopg2-binary package's version from 2.9.9 to
2.9.10 for Python 3.9 and Darwin.
We don't want this update to happen. So setting the version to `<2.9.10`
to check if renovate-bot prevents changing this.
0 commit comments