From 246027a8d53371605c8acbd2b2465e7691ce7e30 Mon Sep 17 00:00:00 2001 From: Barry Gordon Date: Thu, 24 Feb 2022 14:38:10 +0000 Subject: [PATCH] Add a token to get docker containers --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f465ac4..85c4128 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,4 +1,10 @@ version: 2 +registries: + ghpr: + type: docker-registry + url: https://docker.pkg.github.com + username: x + password: ${{ secrets.DEPENDABOT_GHPR_TOKEN }} updates: - package-ecosystem: 'npm' directory: '/' @@ -8,6 +14,8 @@ updates: directory: '/docker' schedule: interval: 'daily' + registries: + - ghpr - package-ecosystem: "github-actions" directory: "/" schedule: