From a98897b7c1def17f738ab479d955598669796552 Mon Sep 17 00:00:00 2001 From: Sharon <42342605+sharonstout1981@users.noreply.github.com> Date: Sat, 3 Aug 2024 11:38:57 -0500 Subject: [PATCH] Update dependabot.yml Signed-off-by: Sharon <42342605+sharonstout1981@users.noreply.github.com> --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ac6621f..ec3ac48 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,7 @@ version: 2 updates: - - package-ecosystem: "" # See documentation for possible values - directory: "/" # Location of package manifests + - package-ecosystem: "docker" # See documentation for possible values + directory: "/go_modules" # Location of package manifests schedule: interval: "weekly"