From e960e02a003c40159ee09624233000a622284fb4 Mon Sep 17 00:00:00 2001 From: Collin Barrett <6483057+collinbarrett@users.noreply.github.com> Date: Mon, 26 May 2025 17:40:51 -0500 Subject: [PATCH] Revert "chore(api): ensure depbot updates all nugets" This reverts commit b7108f757862e0a041adc2f95a3a375ad6b068b1. --- .github/dependabot.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 72e9453ce..f3df838bb 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,10 +1,15 @@ version: 2 updates: - package-ecosystem: nuget - directory: services + directory: services/FilterLists.AppHost schedule: interval: daily - package-ecosystem: npm directory: /web schedule: - interval: daily \ No newline at end of file + interval: daily + # - package-ecosystem: npm + # directory: /web + # schedule: + # interval: daily + # target-branch: nextjs \ No newline at end of file