Skip to content

Commit

Permalink
Add a token to get docker containers
Browse files Browse the repository at this point in the history
  • Loading branch information
Barry Gordon committed Feb 24, 2022
1 parent 3cfd35b commit 246027a
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
@@ -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: '/'
Expand All @@ -8,6 +14,8 @@ updates:
directory: '/docker'
schedule:
interval: 'daily'
registries:
- ghpr
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down

0 comments on commit 246027a

Please sign in to comment.