From f2098ffb0d893a40a424042d9574f2ff72633405 Mon Sep 17 00:00:00 2001 From: wpbonelli Date: Fri, 13 Oct 2023 14:59:25 -0400 Subject: [PATCH] ci: specify dependabot package-ecosystem (#140) --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4eeafeb..44d8984 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" # See documentation for possible values directory: "/" # Location of package manifests schedule: interval: "daily"