From 9ae12ba3aafda418b99730a926feb4e13469e588 Mon Sep 17 00:00:00 2001 From: sidey79 <7968127+sidey79@users.noreply.github.com> Date: Thu, 14 Jan 2021 08:34:09 +0100 Subject: [PATCH] Update dependabot.yml Path change --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 68d4ac28e..b2aaf2278 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,6 +6,6 @@ version: 2 updates: - package-ecosystem: "github-actions" # See documentation for possible values - directory: "/.github/workflows/" # Location of package manifests + directory: "/" # Location of package manifests schedule: interval: "daily"