From 1aa6c1809dba378b7976b39142de69b2812ef0e3 Mon Sep 17 00:00:00 2001 From: Barry Gordon <896971+brrygrdn@users.noreply.github.com> Date: Fri, 4 Mar 2022 15:32:38 +0000 Subject: [PATCH] Fix GPR url in dependabot config --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 85c4128..939c099 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,7 +2,7 @@ version: 2 registries: ghpr: type: docker-registry - url: https://docker.pkg.github.com + url: docker.pkg.github.com username: x password: ${{ secrets.DEPENDABOT_GHPR_TOKEN }} updates: