From 624386bdffcf74857da487522a6b2ae942103044 Mon Sep 17 00:00:00 2001 From: tr1v3r Date: Wed, 10 Apr 2024 01:01:12 +0800 Subject: [PATCH] chore(github): check dependences for tools/gentool --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e4e81074..fcd6b240 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,3 +13,7 @@ updates: directory: /tests schedule: interval: weekly + - package-ecosystem: gomod + directory: /tools/gentool + schedule: + interval: weekly