From dfae979287178d08c437689ec9e34f155e280d62 Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Sat, 17 Apr 2021 10:42:18 -0300 Subject: [PATCH] Add .github/dependabot.yml --- .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 00000000..bbeed997 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 + +updates: + - package-ecosystem: gomod + directory: / + schedule: + interval: weekly + day: saturday + time: '08:00' + timezone: America/Sao_Paulo