dependabot: only update direct dependencies

This commit is contained in:
Dragory 2021-08-14 16:01:30 +03:00
parent 7ff2181443
commit 3faed45694
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1

View file

@ -6,25 +6,25 @@ updates:
schedule: schedule:
interval: "daily" interval: "daily"
allow: allow:
- dependency-type: "production" - dependency-type: "direct"
- package-ecosystem: "npm" - package-ecosystem: "npm"
directory: "/backend" directory: "/backend"
schedule: schedule:
interval: "daily" interval: "daily"
allow: allow:
- dependency-type: "production" - dependency-type: "direct"
- package-ecosystem: "npm" - package-ecosystem: "npm"
directory: "/shared" directory: "/shared"
schedule: schedule:
interval: "daily" interval: "daily"
allow: allow:
- dependency-type: "production" - dependency-type: "direct"
- package-ecosystem: "npm" - package-ecosystem: "npm"
directory: "/dashboard" directory: "/dashboard"
schedule: schedule:
interval: "daily" interval: "daily"
allow: allow:
- dependency-type: "production" - dependency-type: "direct"