From 4580bdf35585313cf172434bd854a4f266045d3c Mon Sep 17 00:00:00 2001 From: zijiren233 Date: Wed, 20 Dec 2023 20:41:32 +0800 Subject: [PATCH] Opt: add gomod depend a bot --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1230149..615dfde 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,7 @@ updates: directory: "/" schedule: interval: "daily" + - package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "daily"