From ce2dc310d19dfb0bcb0ba25d56d99c57cafa2f89 Mon Sep 17 00:00:00 2001 From: Barry Gordon <896971+brrygrdn@users.noreply.github.com> Date: Tue, 22 Mar 2022 13:38:10 +0000 Subject: [PATCH] Remove the docker registry We are now using `ghcr.io` for our images which permits anonymous access. Our latest update run verifies this is working as intended without these credentials. --- .github/dependabot.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 939c099..f465ac4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,10 +1,4 @@ version: 2 -registries: - ghpr: - type: docker-registry - url: docker.pkg.github.com - username: x - password: ${{ secrets.DEPENDABOT_GHPR_TOKEN }} updates: - package-ecosystem: 'npm' directory: '/' @@ -14,8 +8,6 @@ updates: directory: '/docker' schedule: interval: 'daily' - registries: - - ghpr - package-ecosystem: "github-actions" directory: "/" schedule: