From 0823134cdab8ec5ab065288dcf5409f3fc8f6ce3 Mon Sep 17 00:00:00 2001 From: Zhao Xiaojie Date: Fri, 27 Nov 2020 08:31:07 +0800 Subject: [PATCH] Add dependabot.yaml --- .github/dependabot.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..bcb619e --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,14 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + pull-request-branch-name: + separator: "-" + - package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "daily" + pull-request-branch-name: + separator: "-"