From c5c18195b28e223e52b3752c4430967e35bcff25 Mon Sep 17 00:00:00 2001 From: Mike Barry Date: Sat, 23 Oct 2021 06:41:30 -0400 Subject: [PATCH] fix dependabot config --- .github/dependabot.yml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b2ed44a9..db397d31 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,6 +2,13 @@ # 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 (https://github.community/t/download-from-github-package-registry-without-authentication/14407/111) + username: 'flatmapbot' + password: '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' updates: - package-ecosystem: maven directory: "/" @@ -26,12 +33,7 @@ updates: ignore: - dependency-name: "com.onthegomap.flatmap:*" registries: - github-flatmap: - type: maven-repository - url: https://maven.pkg.github.com/onthegomap - # workaround for github maven packages not supporting anonymous access (https://github.community/t/download-from-github-package-registry-without-authentication/14407/111) - username: 'flatmapbot' - password: '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' + - maven-github - package-ecosystem: github-actions directory: "/" open-pull-requests-limit: 1