Skip to content

Commit

Permalink
remove private docker registries from dependabot
Browse files Browse the repository at this point in the history
Signed-off-by: Shyam Jesal <[email protected]>
  • Loading branch information
shyamjesal committed Jul 27, 2023
1 parent dde081a commit a415583
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Use https://dependabot.com/docs/config-file/validator/ to check for errors.
version: 2
registries:
dockerhub:
type: docker-registry
url: https://registry.hub.docker.com
username: ${{secrets.DOCKER_HUB_USERNAME}}
token: ${{secrets.DOCKER_HUB_ACCESS_TOKEN}}
#registries:
# dockerhub:
# type: docker-registry
# url: https://registry.hub.docker.com
# username: ${{secrets.DOCKER_HUB_USERNAME}}
# token: ${{secrets.DOCKER_HUB_ACCESS_TOKEN}}

updates:
- package-ecosystem: "gomod"
Expand Down

0 comments on commit a415583

Please sign in to comment.