From c71b3d84fbbf338df4577612b5ed4c2ff4062c94 Mon Sep 17 00:00:00 2001 From: Loyalsoldier <10487845+Loyalsoldier@users.noreply.github.com> Date: Mon, 8 Mar 2021 09:45:21 +0800 Subject: [PATCH] Chore: update dependabot (#456) --- .github/dependabot.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f6953796..28757467 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,3 +13,12 @@ updates: time: "10:00" pull-request-branch-name: separator: "-" + + - package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "daily" + timezone: "Asia/Shanghai" + time: "10:00" + pull-request-branch-name: + separator: "-"