From 315a5027c82ff2eeebc7fb3e6dd4966afc500bf0 Mon Sep 17 00:00:00 2001 From: hbc Date: Sat, 2 Sep 2023 21:29:38 +0800 Subject: [PATCH] Update dependabot.yml (#5) Signed-off-by: hbc --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e0871f9..e8628a3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,7 @@ updates: directory: "/" # Location of package manifests schedule: interval: "weekly" + - package-ecosystem: "gomod" # See documentation for possible values + directory: "cmd" # Location of package manifests + schedule: + interval: "weekly"