From ad8a56ca31bc4a1976134937410bfc9cba8ac3e2 Mon Sep 17 00:00:00 2001 From: James Taylor Date: Wed, 21 Aug 2024 13:57:15 +0100 Subject: [PATCH] Update dependabot.yml Include sample Node.js contract in dependabot scans Signed-off-by: James Taylor --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d17b782..314cb99 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -20,3 +20,7 @@ updates: - "/samples/go-contract" schedule: interval: weekly + - package-ecosystem: "npm" + directory: "/samples/node-contract" + schedule: + interval: weekly