Skip to content

Commit

Permalink
Define docker registry authentication for dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
tcarmet authored Aug 16, 2023
1 parent d55d16f commit 0d32959
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
---
version: 2
registries:
dockerhub: # Define access for a private registry
type: docker-registry
url: registry.hub.docker.com
username: ${{ secrets.DOCKERHUB_LOGIN }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
updates:
- package-ecosystem: github-actions
directory: /
Expand All @@ -12,6 +18,8 @@ updates:
- github-actions
- dependencies
- package-ecosystem: docker
registries:
- dockerhub
directory: /
schedule:
interval: daily
Expand Down

0 comments on commit 0d32959

Please sign in to comment.