1
0
mirror of https://github.com/containers/youki synced 2024-11-23 17:32:15 +01:00
youki/.github/dependabot.yml
utam0k 4255d5794c
make dependabot work again.
Signed-off-by: utam0k <k0ma@utam0k.jp>
2022-03-24 21:26:34 +09:00

19 lines
441 B
YAML

version: 2
updates:
- package-ecosystem: cargo
directory: "crates/"
schedule:
interval: daily
open-pull-requests-limit: 10
allow:
- dependency-type: direct
- dependency-type: indirect
- package-ecosystem: cargo
directory: "tests/rust-integration-tests"
schedule:
interval: daily
open-pull-requests-limit: 10
allow:
- dependency-type: direct
- dependency-type: indirect