From 4a254d560c4f395dae2b6678e24a9d89298065bd Mon Sep 17 00:00:00 2001 From: Vitaly Mikhailov Date: Thu, 19 Aug 2021 15:15:17 +0300 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4d50e93..294adf1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,6 @@ version: 2 updates: - package-ecosystem: "github-actions" - directory: "/action.yml" + directory: "../../" schedule: interval: "daily"