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