From 2269ceac6253e8690e663b190d56a6c18d07ba68 Mon Sep 17 00:00:00 2001 From: Jeff McKenna Date: Fri, 12 Apr 2024 08:57:10 -0300 Subject: [PATCH] update Dependabot 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 8762747a..c11a11f0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,7 +2,7 @@ version: 2 updates: - - package-ecosystem: "" # See documentation for possible values + - package-ecosystem: "github-actions" # See documentation for possible values directory: "/" # Location of package manifests schedule: interval: "weekly"