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