From cbddfc76e429da794bce17dccffc0b99ba87ea7f Mon Sep 17 00:00:00 2001 From: Alexey Stukalov Date: Thu, 11 Jan 2024 22:42:44 -0800 Subject: [PATCH] fix dependabot.yml --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 15ff166e..2cc6ae39 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,7 @@ version: 2 updates: - - package-ecosystem: "" # See documentation for possible values + - package-ecosystem: "github-actions" directory: "/" # Location of package manifests schedule: interval: "weekly"