From 1cb915497044fafac96ec0b3502182c4e02591f3 Mon Sep 17 00:00:00 2001 From: Dominic Evans Date: Thu, 25 Apr 2024 13:45:18 +0100 Subject: [PATCH] fix(ci): fix dependabot docker action Dependabot already searches for any files matching `f.match?(/dockerfile/i)` within the given directory, we don't need to give it hints about filenames Signed-off-by: Dominic Evans --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b3737c5ca..55edeea3b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,7 +2,7 @@ version: 2 updates: - package-ecosystem: docker - directory: "/Dockerfile.*" + directory: / schedule: interval: daily labels: