From 83deadf1faf65b221ee00008eda1321c5cf6f8cb Mon Sep 17 00:00:00 2001 From: Michael Barry Date: Tue, 14 Dec 2021 16:22:40 -0500 Subject: [PATCH] fix dependabot config --- .github/dependabot.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 733c52f5..eaa1d6eb 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,13 +2,6 @@ # https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates version: 2 -registries: - github-flatmap: - type: maven-repository - url: https://maven.pkg.github.com/onthegomap - # workaround for github maven packages not supporting anonymous access - username: 'flatmapbot' - password: '${{ secrets.PACKAGE_TOKEN }}' updates: - package-ecosystem: maven directory: "/" @@ -32,8 +25,6 @@ updates: - dependencies ignore: - dependency-name: "com.onthegomap.flatmap:*" - registries: - - github-flatmap - package-ecosystem: github-actions directory: "/" open-pull-requests-limit: 1