cryptography/.github/dependabot.yml

13 lines
292 B
YAML

version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: cargo
directory: "/src/rust/"
schedule:
interval: daily
allow:
# Also update indirect dependencies
- dependency-type: all