Skip to content

Commit

Permalink
Merge pull request #131 from github/add-ghcr-as-a-registry
Browse files Browse the repository at this point in the history
Configure ghcr.io as a registry
  • Loading branch information
Landon Grindheim authored and GitHub committed Apr 8, 2022
2 parents dbb5e1a + 85986d1 commit 25a5737
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 25a5737

Please sign in to comment.