From 06576b608a4e1b8bc6758c27752c15069c5beb51 Mon Sep 17 00:00:00 2001 From: Abhilash Raj Date: Tue, 25 Oct 2022 23:28:48 -0700 Subject: [PATCH] Add more specific file path for Dockerfile check --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b849982..81fd7dc 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,7 +6,7 @@ version: 2 updates: - package-ecosystem: "docker" # See documentation for possible values - directory: "/" # Location of package manifests + directory: "/core" # Location of package manifests schedule: interval: "weekly" # Enable version updates for Actions