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