Skip to content

Commit

Permalink
Configure ghcr.io as a registry
Browse files Browse the repository at this point in the history
It had seemed that we were able to pull from this registry without
authenticating, but I've noticed 401 errors in our update jobs.
  • Loading branch information
Landon Grindheim authored and GitHub committed Apr 8, 2022
1 parent dbb5e1a commit 85986d1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 85986d1

Please sign in to comment.