Skip to content

Commit

Permalink
Fix GPR url in dependabot config
Browse files Browse the repository at this point in the history
  • Loading branch information
Barry Gordon authored and GitHub committed Mar 4, 2022
1 parent 853ad04 commit 1aa6c18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
registries:
ghpr:
type: docker-registry
url: https://docker.pkg.github.com
url: docker.pkg.github.com
username: x
password: ${{ secrets.DEPENDABOT_GHPR_TOKEN }}
updates:
Expand Down

0 comments on commit 1aa6c18

Please sign in to comment.