From cfb8441d400beddbc90484621c032098d58bb669 Mon Sep 17 00:00:00 2001 From: "Ciro S. Costa" Date: Mon, 28 Mar 2022 09:37:52 -0400 Subject: [PATCH] github: point dependabot at `live-editor` (#743) same as d8b9883bf5bc7337c06b2dcbb041249458592285, but pointing at another place where we have javascript dependencies. Signed-off-by: Ciro S. Costa --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3a0ac5456..8b8610b2e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -38,3 +38,9 @@ updates: schedule: interval: daily time: "00:00" + - package-ecosystem: npm + labels: ["dependencies"] + directory: /experimental/live-editor + schedule: + interval: daily + time: "00:00"