From 95bb52a681aec9b3b4fd0c71df9eefeb6aeb2664 Mon Sep 17 00:00:00 2001 From: Roland Geider Date: Mon, 2 Nov 2020 14:57:30 +0100 Subject: [PATCH] Let dependabot check for updated docker images --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8356c09ba..180a0b420 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -19,3 +19,8 @@ updates: directory: "/" schedule: interval: "daily" + + - package-ecosystem: "docker" + directory: "/extras/docker/" + schedule: + interval: "daily"