From 1aab91b58a9b7dd86fade08bdd5ae11ab80b7e13 Mon Sep 17 00:00:00 2001 From: 0xZensh Date: Tue, 10 Jan 2023 23:01:10 +0800 Subject: [PATCH] Create dependabot.yml Signed-off-by: 0xZensh --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..a5eff68 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + - package-ecosystem: "gomod" + directory: "/" # Location of package manifests + schedule: + interval: "weekly"