From 03461c945273db2cc32448373a6cdd0a3ce5234a Mon Sep 17 00:00:00 2001 From: kruskall <99559985+kruskall@users.noreply.github.com> Date: Thu, 13 Mar 2025 13:42:10 +0100 Subject: [PATCH] feat: enable Dockerfile check for dependabot --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index afb941790..32e49e6b5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -30,6 +30,12 @@ updates: patterns: - "*" + # docker + - package-ecosystem: "docker" + directory: "/" + schedule: + interval: "weekly" + # GitHub composite actions - package-ecosystem: "github-actions" directory: "/.github/actions/packages"