From fa827502cfe96f2ce48daf58ffa46dc60ae9546c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 29 Apr 2021 22:35:16 +0000 Subject: [PATCH] Upgrade to GitHub-native Dependabot --- .github/dependabot.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..86d5d53 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,16 @@ +version: 2 +updates: +- package-ecosystem: gomod + directory: "/frontend" + schedule: + interval: daily + time: "08:00" + timezone: Asia/Shanghai + open-pull-requests-limit: 10 +- package-ecosystem: gomod + directory: "/proxy" + schedule: + interval: daily + time: "08:00" + timezone: Asia/Shanghai + open-pull-requests-limit: 10