diff options
| author | loyalsoldier <[email protected]> | 2021-03-08 09:40:52 +0800 |
|---|---|---|
| committer | loyalsoldier <[email protected]> | 2021-03-08 09:40:52 +0800 |
| commit | 2dee5997e4bbbd84f41701ea23e4d131fada8b9d (patch) | |
| tree | 3997e98680e6b69a48ab175216d2128487ff911a /.github | |
| parent | 085d093436528a5d6914f72331b6169543f255a8 (diff) | |
Chore: update dependabot
Diffstat (limited to '.github')
| -rw-r--r-- | .github/dependabot.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d5084950..aafa0fd4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,3 +13,12 @@ updates: time: "07:00" pull-request-branch-name: separator: "-" + + - package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "daily" + timezone: "Asia/Shanghai" + time: "07:00" + pull-request-branch-name: + separator: "-" |
