summaryrefslogtreecommitdiff
path: root/.github/dependabot.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/dependabot.yml')
-rw-r--r--.github/dependabot.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 1230149..1597d82 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -4,3 +4,10 @@ updates:
directory: "/"
schedule:
interval: "daily"
+ - package-ecosystem: cargo
+ directory: "/src/_bcrypt/"
+ schedule:
+ interval: daily
+ allow:
+ # Also update indirect dependencies
+ - dependency-type: all