From 3a5014c729cd17d4053518f681cb6449a5db56d9 Mon Sep 17 00:00:00 2001 From: per1234 Date: Mon, 10 May 2021 04:10:27 -0700 Subject: [PATCH] Configure Dependabot for updates to Go dependencies --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b93afff4..4ac91d2f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,3 +10,9 @@ updates: interval: daily labels: - "topic: infrastructure" + - package-ecosystem: gomod + directory: / + schedule: + interval: daily + labels: + - "topic: infrastructure"