From 5b0845b9f8ae0bf272f9680ea60da39c39af83b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Geyslan=20Greg=C3=B3rio?= Date: Fri, 10 Jan 2025 17:01:55 -0300 Subject: [PATCH] chore(ci): update dependabot config It now contemplates selftests gomod. --- .github/dependabot.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index eb2c6595..1691b60f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,8 @@ updates: schedule: interval: daily - package-ecosystem: "gomod" - directory: "/" + directories: + - "/" + - "selftest/**/*" schedule: interval: daily