From 7f6a9c3a00589836c6d0c84acb141aeb5305b9e5 Mon Sep 17 00:00:00 2001 From: Matheus Pimenta Date: Tue, 9 Dec 2025 11:05:48 +0000 Subject: [PATCH] Fix dependabot for gomod Signed-off-by: Matheus Pimenta --- .github/dependabot.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index eabba24..fa16572 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,9 @@ multi-ecosystem-groups: interval: weekly updates: - package-ecosystem: gomod - directory: / + directories: + - / + - /tests/integration patterns: ["*"] multi-ecosystem-group: project - package-ecosystem: github-actions