diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f465ac4..567def3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,8 +8,16 @@ updates: directory: '/docker' schedule: interval: 'daily' + registries: + - ghcr - package-ecosystem: "github-actions" directory: "/" schedule: interval: "weekly" +registries: + ghcr: + type: docker-registry + url: ghcr.io + username: x + password: ${{ secrets.DEPENDABOT_GHPR_TOKEN }}