Enable Dependabot for React UI

Add a monthly dependabot update for NPM packages in the new React UI.

Signed-off-by: SuperQ <superq@gmail.com>
This commit is contained in:
SuperQ 2024-01-30 11:53:55 +01:00
parent 5658f8cfb5
commit 73d1aa50cc
No known key found for this signature in database
GPG Key ID: C646B23C9E3245F1

View File

@ -8,3 +8,7 @@ updates:
directory: "/"
schedule:
interval: "monthly"
- package-ecosystem: "npm"
directory: "/ui/react-app"
schedule:
interval: "monthly"