From 1d7d135e40fc0829572f5f1d46d75bc799f0787d Mon Sep 17 00:00:00 2001 From: Benjamin Bennett Date: Wed, 26 Oct 2022 13:52:44 +0100 Subject: [PATCH] Adding /wrapper directory to dependabot.yml --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 782a0ad7..764121d8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,10 @@ updates: directory: "/" schedule: interval: "weekly" + - package-ecosystem: "npm" + directory: "/wrapper" + schedule: + interval: "weekly" - package-ecosystem: "github-actions" directory: "/" schedule: