From 5a4a8d06d51fa3f8bce7af22c7a7514e4a60a77d Mon Sep 17 00:00:00 2001 From: dannysheridan Date: Wed, 6 Sep 2023 11:17:42 -0400 Subject: [PATCH] update package ecosystem --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c954735..6f04934 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,6 @@ version: 2 updates: - - package-ecosystem: "gradle" # See documentation for possible values + - package-ecosystem: "gomod" # See documentation for possible values directory: "/" # Location of package manifests schedule: interval: "weekly"