From f6b397bf1e5d06027319a2ac0be539d051eca801 Mon Sep 17 00:00:00 2001 From: Paul Holzinger Date: Wed, 4 May 2022 14:20:55 +0200 Subject: add dependabot config for test/tools go.mod dependabot should update out test dependencies as well. Signed-off-by: Paul Holzinger --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to '.github') diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 86f8c4aaf..ec3a8a984 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,13 @@ updates: schedule: interval: daily open-pull-requests-limit: 10 + +- package-ecosystem: gomod + directory: "test/tools" + schedule: + interval: daily + open-pull-requests-limit: 10 + - package-ecosystem: "github-actions" directory: "/" schedule: -- cgit v1.2.3-54-g00ecf