From b7cc999e16480efb9283484704e886349120547d Mon Sep 17 00:00:00 2001 From: Jose Torronteras Date: Wed, 7 Feb 2024 19:36:33 +0100 Subject: [PATCH] deps: Dependabot configuration (#4) --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5990d9c..07c4e28 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: "swift" # See documentation for possible values directory: "/" # Location of package manifests schedule: interval: "weekly"