Skip to content

Commit

Permalink
Remove the docker registry
Browse files Browse the repository at this point in the history
We are now using `ghcr.io` for our images which permits anonymous access.

Our latest update run verifies this is working as intended without these credentials.
  • Loading branch information
Barry Gordon authored and GitHub committed Mar 22, 2022
1 parent 361622a commit ce2dc31
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
version: 2
registries:
ghpr:
type: docker-registry
url: docker.pkg.github.com
username: x
password: ${{ secrets.DEPENDABOT_GHPR_TOKEN }}
updates:
- package-ecosystem: 'npm'
directory: '/'
Expand All @@ -14,8 +8,6 @@ updates:
directory: '/docker'
schedule:
interval: 'daily'
registries:
- ghpr
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down

0 comments on commit ce2dc31

Please sign in to comment.