From 6fd241ad905e0aa995b802ced0ebe6eb69a33f0f Mon Sep 17 00:00:00 2001 From: Wei Wu <96556502+scnwwu@users.noreply.github.com> Date: Tue, 14 Nov 2023 21:26:34 -0500 Subject: [PATCH] chore: dependabot for /client /server and github-actions (#615) --- .github/dependabot.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 65d8aece6..528a91a25 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,3 +10,20 @@ updates: directory: "/" schedule: interval: "weekly" + - package-ecosystem: "npm" + directory: "/client" + schedule: + interval: "weekly" + ignore: + # @types/vscode should match the engine version we're using + # should not be upgraded on its own + - dependency-name: "@types/vscode" + - package-ecosystem: "npm" + directory: "/server" + schedule: + interval: "weekly" + - package-ecosystem: "github-actions" + # Don't need to specify `/.github/workflows` for `directory`. Github knows it. + directory: "/" + schedule: + interval: "weekly"