From c796715f0a33d7abc2f78550bb9d3cba767fbecb Mon Sep 17 00:00:00 2001 From: Harald Kuhr Date: Thu, 25 May 2023 13:42:21 +0200 Subject: [PATCH] Dependabot workflow updates (cherry picked from commit 628523ddc82cffad3c1f45588485ff91801c0021) --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e1cd1a0a..9df528cd 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,6 +7,6 @@ updates: interval: "daily" # GitHub actions updates - package-ecosystem: "github-actions" - directory: "/.github" + directory: "/.github/workflows" schedule: interval: "daily"