Skip to content

Commit

Permalink
Enable updates for Engineering Docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
nhhagen committed Oct 2, 2023
1 parent b7b90b2 commit b4c97ee
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
---
version: 2

registries:
coop-ghcr:
type: docker-registry
url: ghcr.io
username: CoopGithubServiceaccount
password: ${{ secrets.DEPENDABOT_GHCR_PULL }}

updates:
- package-ecosystem: "github-actions"
directory: "/"
Expand All @@ -10,6 +18,8 @@ updates:
schedule:
interval: "daily"
- package-ecosystem: "docker"
directory: "/"
directory: "/docker-compose"
registries:
- coop-ghcr
schedule:
interval: "daily"

0 comments on commit b4c97ee

Please sign in to comment.