Commit a616180
authored
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.1 parent fcdb69f commit a616180
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
| 9 | + | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments