From e298f19534a57ee72bc36eefef1358330131ac0b Mon Sep 17 00:00:00 2001 From: Florian Piesche Date: Wed, 1 Jun 2022 23:05:28 +0100 Subject: [PATCH] Fix Github workflows directory --- .github/dependabot.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 248be4d..f9586e8 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -5,7 +5,7 @@ updates: schedule: interval: "daily" - package-ecosystem: "github-actions" - directory: "./github/workflows" + directory: "/.github/workflows" schedule: interval: "daily" - package-ecosystem: "npm"