From db76d2874c0696a9440b7fb10d62694008676a23 Mon Sep 17 00:00:00 2001 From: Michael Uti Date: Mon, 12 Aug 2024 11:55:19 +0100 Subject: [PATCH] ci: add docker image update using dependabot --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a0f56453a6a..775bcd3e087 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,6 +2,12 @@ version: 2 updates: + # Maintain dependencies of docker images + - package-ecosystem: "docker" + directory: "/" + schedule: + interval: "daily" + # Maintain dependencies of GitHub Actions - package-ecosystem: "github-actions" directory: "/"