From b2ee9082b88c30a681c01f4b833a6b74d4a99bf7 Mon Sep 17 00:00:00 2001 From: Collin Barrett Date: Sun, 13 Oct 2024 16:48:27 -0500 Subject: [PATCH] config(depbot): disable depbot on nextjs branch --- .github/dependabot.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9f83c74a6..f3df838bb 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,8 +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 + # - package-ecosystem: npm + # directory: /web + # schedule: + # interval: daily + # target-branch: nextjs \ No newline at end of file