From 0c388c958985cdc7d3c2d3de5d6d58de09472edf Mon Sep 17 00:00:00 2001 From: "Jorge O. Castro" Date: Sun, 26 Feb 2023 22:09:41 -0500 Subject: [PATCH] fix: update dependabot (#19) --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ac6621f..90e05c4 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: "weekly"