From 9cb59dafb8f2f2551a55f8866d895fbf9931a888 Mon Sep 17 00:00:00 2001 From: Marco Franssen Date: Fri, 18 Aug 2023 10:07:42 +0200 Subject: [PATCH] Include go dependencies in dependabot.yaml Signed-off-by: Marco Franssen --- .github/dependabot.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index b0fbc66..58d754c 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -13,6 +13,12 @@ updates: interval: "daily" open-pull-requests-limit: 5 + - package-ecosystem: gomod + directory: "/tests" + schedule: + interval: daily + open-pull-requests-limit: 5 + - package-ecosystem: pip directory: "/.github/scripts" schedule: