bcrypt/.github/dependabot.yml
2023-08-17 23:04:56 -05:00

16 lines
365 B
YAML

version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
open-pull-requests-limit: 1024
- package-ecosystem: cargo
directory: "/src/_bcrypt/"
schedule:
interval: daily
allow:
# Also update indirect dependencies
- dependency-type: all
open-pull-requests-limit: 1024