From 153fe9089a5db3a80f1448d99587579fb6d1557f Mon Sep 17 00:00:00 2001 From: Xin Date: Sat, 7 Oct 2023 21:42:11 +0100 Subject: [PATCH] chore: add dependabot for go module (#3) --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..79cb986 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates +version: 2 +updates: + - package-ecosystem: gomod + directory: / + schedule: + interval: daily + commit-message: + prefix: "build(deps):" + open-pull-requests-limit: 1