From 98bb14143db4faa71aef194344c8e17e471f1a5b Mon Sep 17 00:00:00 2001 From: "Juan M. Tirado" Date: Fri, 2 Aug 2024 16:53:22 +0200 Subject: [PATCH] Dependabot checks latest docker versions. Signed-off-by: Juan M. Tirado --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3f034bb..2ad1950 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -24,5 +24,9 @@ updates: update-types: - "minor" - "major" + - package-ecosystem: "docker" + directory: "/" # Location of Docker manifest + schedule: + interval: "daily"