Skip to content

Commit 2acbfff

Browse files
authored
Exclude bcrypt from dependabot (#335)
1 parent 7188b9e commit 2acbfff

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,8 @@ updates:
3232
commit-message:
3333
# Prefix all commit messages with "pip: "
3434
prefix: "pip"
35+
ignore:
36+
# Needs to be pinned due to passlib bug
37+
- dependency-name: "bcrypt"
38+
versions:
39+
- ">4.3.0"

0 commit comments

Comments
 (0)