From 046077173a4188670c77ce6872fdf5e0553cd187 Mon Sep 17 00:00:00 2001 From: Alessio Perugini Date: Tue, 3 Oct 2023 09:40:14 +0200 Subject: [PATCH] enable dependabot on go modules --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f2bfa7243e3..5e75496917d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,3 +11,9 @@ updates: interval: daily labels: - "topic: infrastructure" + - package-ecosystem: gomod + directory: / + schedule: + interval: monthly + labels: + - "topic: infrastructure"