From b4c97eeb94c1f62d58fc3090f8ed883427014aba Mon Sep 17 00:00:00 2001 From: Niels Henrik Hagen Date: Mon, 2 Oct 2023 21:01:09 +0200 Subject: [PATCH] Enable updates for Engineering Docker images --- .github/dependabot.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8baa8bd..f48defc 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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: "/" @@ -10,6 +18,8 @@ updates: schedule: interval: "daily" - package-ecosystem: "docker" - directory: "/" + directory: "/docker-compose" + registries: + - coop-ghcr schedule: interval: "daily"