From d51cd9dd43accf4254cb023fef932519714222d4 Mon Sep 17 00:00:00 2001 From: Luca Comellini Date: Thu, 4 Feb 2021 09:09:19 -0800 Subject: [PATCH] Fix Dockerfile location in dependabot config --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c9e88c64..b80a02e1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,7 +9,7 @@ updates: - "ciarams87" - "sundaram1995" - package-ecosystem: "docker" - directory: "/build" + directory: "/docker" schedule: interval: daily reviewers: