fixed wrong path for npm dependabot checks (#1744)

This commit is contained in:
Denys Holius 2021-10-26 11:04:32 +03:00 committed by Aliaksandr Valialkin
parent 9e8697c6c3
commit 56970caded
No known key found for this signature in database
GPG key ID: A72BEC6CD3D0DED1

View file

@ -21,6 +21,6 @@ updates:
schedule:
interval: "daily"
- package-ecosystem: "npm"
directory: "/app/vmui"
directory: "/app/vmui/packages/vmui"
schedule:
interval: "weekly"