mirror of
https://github.com/containers/youki
synced 2024-11-23 09:21:57 +01:00
make dependabot work again.
Signed-off-by: utam0k <k0ma@utam0k.jp>
This commit is contained in:
parent
2019ddb520
commit
4255d5794c
10
.github/dependabot.yml
vendored
10
.github/dependabot.yml
vendored
@ -1,7 +1,15 @@
|
||||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: cargo
|
||||
directory: "/"
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user