From 83efda5e5674c3294b83a54104898ff800b68969 Mon Sep 17 00:00:00 2001 From: Pravin Dahal Date: Mon, 2 Sep 2024 10:01:27 +0200 Subject: [PATCH] chore: Add dependabot entry for updating Dockerfile (#27) --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e222ab0..f994381 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -25,3 +25,9 @@ updates: directory: "/" schedule: interval: "daily" + - package-ecosystem: "docker" + directory: "/docker-compose" + registries: + - coop-ghcr + schedule: + interval: "daily"