From 28217820d7737946a17a2d2951fd06cb77de2466 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Thu, 20 Oct 2022 22:00:05 +0100 Subject: [PATCH] fix(ci): enable npm upgrades --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index eb592b692..c85448279 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -32,3 +32,7 @@ updates: directory: "/" schedule: interval: "weekly" + - package-ecosystem: "npm" + directory: "/ui" + schedule: + interval: "weekly"