From 00cd5d5574a61fc27644a5e492bbc1b1af1e0193 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleksa=20Siri=C5=A1ki?= <31509435+aleksasiriski@users.noreply.github.com> Date: Thu, 8 Jun 2023 01:15:08 +0200 Subject: [PATCH] dependabot --- .github/dependabot.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 15a6b7e..92ba900 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -14,4 +14,9 @@ updates: directory: "/" schedule: interval: "weekly" - + + # Maintain dependencies for go + - package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "weekly" \ No newline at end of file