From 8e8428a7893f349b3c438ea010db4c4b5c0870af Mon Sep 17 00:00:00 2001 From: Collin Barrett Date: Sat, 15 Jun 2024 09:39:49 -0500 Subject: [PATCH] =?UTF-8?q?feat(web):=20=E2=9C=A8=F0=9F=93=A6=20enable=20D?= =?UTF-8?q?ependabot=20for=20nextjs=20branch?= 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 a24e3a34f..9f83c74a6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,3 +8,8 @@ updates: directory: /web schedule: interval: daily + - package-ecosystem: npm + directory: /web + schedule: + interval: daily + target-branch: nextjs \ No newline at end of file