]> git.proxmox.com Git - cargo.git/blame - .github/dependabot.yml
audit-vendor-source: support filesystems with small dirs
[cargo.git] / .github / dependabot.yml
CommitLineData
55f7d93e 1version: 2
2updates:
3- package-ecosystem: cargo
4 directory: "/"
5 schedule:
6 interval: daily
7 open-pull-requests-limit: 10
8 reviewers:
9 - alexcrichton
10 assignees:
11 - alexcrichton
12 ignore:
13 - dependency-name: proptest
14 versions:
15 - ">= 0.9.a, < 0.10"