From fe441716f1f00126883949f4d0a4b34c2582e0e0 Mon Sep 17 00:00:00 2001 From: Genevieve Luyt <11131143+genevieveluyt@users.noreply.github.com> Date: Fri, 15 Oct 2021 11:43:04 -0400 Subject: [PATCH] Fix dependabot (#358) --- .github/dependabot.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a2b9ef1f..5a450e1d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,14 +1,7 @@ version: 2 -registries: - github-com: - type: git - url: https://github.com - username: ${{secrets.DEPENDENCIES_GITHUB_USER}} - password: ${{secrets.DEPENDENCIES_GITHUB_TOKEN}} updates: - package-ecosystem: gomod directory: "/" schedule: interval: daily open-pull-requests-limit: 100 - registries: "*"