From 36d3b2c6ed383583adf075d72d441a05e1c32979 Mon Sep 17 00:00:00 2001 From: Alexey Stukalov Date: Thu, 11 Jan 2024 22:36:48 -0800 Subject: [PATCH] [*] dependabot.yml: fix --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6821553..40d2656 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" \ No newline at end of file