From 17f3aab7cb6ee50f51048be26f8c3de17f9553c0 Mon Sep 17 00:00:00 2001 From: jo Date: Wed, 9 Feb 2022 12:03:01 +0100 Subject: [PATCH] ci: add dependabot check on website --- .github/dependabot.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 389c744d4..42cfb5353 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -78,7 +78,6 @@ updates: - python - dependencies - # TODO: Enable when the future UI lands in the repository # Maintain dependencies for NPM packages # - package-ecosystem: "npm" # directory: "/ui" @@ -87,3 +86,11 @@ updates: # labels: # - javascript # - dependencies + + - package-ecosystem: "npm" + directory: "/website" + schedule: + interval: "daily" + labels: + - javascript + - dependencies