Merge pull request #20 from vireshk/dependabot-update

dependabot: Allow updating crate dependencies automatically
This commit is contained in:
Jiang Liu 2021-09-08 15:30:41 +08:00 committed by GitHub
commit 119cd6f2f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 11 deletions

View File

@ -1,8 +0,0 @@
version: 2
updates:
- package-ecosystem: gitsubmodule
directory: "/"
schedule:
interval: weekly
open-pull-requests-limit: 10

View File

@ -3,10 +3,13 @@ updates:
- package-ecosystem: cargo
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
interval: weekly
open-pull-requests-limit: 3
allow:
- dependency-type: direct
- dependency-type: indirect
- package-ecosystem: gitsubmodule
directory: "/"
schedule:
interval: daily
interval: weekly
open-pull-requests-limit: 10