Remove 'indirect' specific types from allow to update dependencies

This commit is contained in:
洛水居室 2022-09-28 10:02:20 +08:00
parent fb833fd2fa
commit bc08a33cd9
No known key found for this signature in database
GPG Key ID: C9DE87DA724B88FC

View File

@ -1,6 +1,6 @@
version: 2
updates:
- package-ecosystem: pip
- package-ecosystem: pip
directory: "/"
schedule:
interval: daily
@ -8,5 +8,4 @@ updates:
timezone: Asia/Shanghai
open-pull-requests-limit: 10
allow:
- dependency-type: direct
- dependency-type: indirect
- dependency-type: "direct"