Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
This should allow the branches by dependabot access to dockerhub

Signed-off-by: David Schall <[email protected]>
  • Loading branch information
dhschall authored and alannair committed Dec 20, 2022
1 parent 91e2a2e commit 422f787
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# 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}}

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

0 comments on commit 422f787

Please sign in to comment.