Skip to content

Commit

Permalink
Add Google Container Registry to dependabot (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
giancarloaf authored Jan 29, 2023
1 parent 045340e commit 41fe511
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
version: 2
registries:
gcr-registry:
type: docker-registry
url: https://gcr.io
username: _json_key
password: ${{ secrets.GCP_SA_KEY }}
updates:
- package-ecosystem: "github-actions"
directory: "/"
Expand All @@ -8,3 +14,9 @@ updates:
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "docker"
directory: "/"
registries:
- gcr-registry
schedule:
interval: "daily"

0 comments on commit 41fe511

Please sign in to comment.