From 5f9467ad8140fe65756c06117d2653802483cbb3 Mon Sep 17 00:00:00 2001 From: Collin Barrett Date: Sun, 5 Nov 2023 14:10:37 -0600 Subject: [PATCH] =?UTF-8?q?feat(web):=20=E2=9C=A8=F0=9F=93=A6=20keep=20vNe?= =?UTF-8?q?xt=20npm=20updated=20w/depbot?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0b5a15e5e..7acd83443 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -28,3 +28,8 @@ updates: directory: /web schedule: interval: daily +- package-ecosystem: npm + directory: /web + schedule: + interval: daily + target-branch: "vNext" \ No newline at end of file