From c913cfb7e7837f579c58fdd021e462289aea070f Mon Sep 17 00:00:00 2001 From: Juan Antonio Osorio Date: Mon, 17 Jul 2023 13:15:56 +0300 Subject: [PATCH] dependabot: Enable npm dependency updates This ensures that we have automated dependency updates for our npm dependencies. --- .github/dependabot.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 55ed904424..c50b36bbde 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -26,4 +26,8 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "daily" \ No newline at end of file + interval: "daily" + - package-ecosystem: 'npm' + directory: 'docs' + schedule: + interval: 'daily' \ No newline at end of file