From 6c47e81181aee3c499d98c5e446d04772e7c3985 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Fri, 20 Jan 2023 02:48:31 -0600 Subject: [PATCH] =?UTF-8?q?refactor:=20=E2=99=BB=EF=B8=8F=20=20disable=20d?= =?UTF-8?q?ependabot=20on=20vNext?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/dependabot.yml | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f168f642a..9671d3499 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,5 @@ version: 2 updates: - # main - package-ecosystem: docker directory: '/services/Archival/FilterLists.Archival.Api' schedule: @@ -25,19 +24,7 @@ updates: directory: '/web' schedule: interval: daily - # - package-ecosystem: npm - # directory: '/web' - # schedule: - # interval: daily - - # vNext - package-ecosystem: npm directory: '/web' schedule: - interval: daily - target-branch: 'vNext' - - package-ecosystem: nuget - directory: '/api' - schedule: - interval: daily - target-branch: 'vNext' + interval: daily \ No newline at end of file