From e5d58e9fcc3c6bf439eb38e37890969f76f0eaea Mon Sep 17 00:00:00 2001 From: Friedrich von Never Date: Fri, 13 Sep 2024 23:57:35 +0200 Subject: [PATCH] CI: try enable Dependabot checks for GitHub Actions --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 505f01ea..e9012b91 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,7 +6,7 @@ version: 2 updates: - package-ecosystem: "github-actions" - directory: "/" + directories: ["/", "/.github/workflows/perform-common-steps"] schedule: interval: "daily" - package-ecosystem: "nuget"