From ca4000725a715a49fd50e8eb6a429a25bc87ab81 Mon Sep 17 00:00:00 2001 From: Tim van Dijen Date: Tue, 13 Feb 2024 23:33:44 +0100 Subject: [PATCH] Fix typo --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c293f08f..00132367 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -15,7 +15,7 @@ updates: all-actions: patterns: ["*"] - - package-ecosystem: "compposer" # See documentation for possible values + - package-ecosystem: "composer" # See documentation for possible values directory: "/" # Location of package manifests schedule: interval: "daily"