From a1053e9bd7b83d1ea6a4f9299972f8a243437ad1 Mon Sep 17 00:00:00 2001 From: Allan Guigou <34221163+AllanGuigou@users.noreply.github.com> Date: Fri, 2 Feb 2024 22:01:37 -0500 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b21d62a..e14aeab 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: "gomod" # See documentation for possible values directory: "/go-is-gud" # Location of package manifests schedule: interval: "weekly"