From a2edc254c9f5312b823229e982348fad4e0b1734 Mon Sep 17 00:00:00 2001 From: Dima Lampsi Date: Sat, 27 Apr 2024 15:43:59 +0300 Subject: [PATCH] Adding dependabot updates workflow (#37) Setting up weekly checks --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..76dc830 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file +version: 2 +updates: + - package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "weekly"