From 99561db720d98ef8768a85c5490e7a0c9633dbfd Mon Sep 17 00:00:00 2001 From: "Jonathan Gonzalez V." Date: Tue, 6 May 2025 12:09:24 +0200 Subject: [PATCH] ci: ignore go.mod inside dagger directory (#315) We should ignore the go.mod files in renovate that are inside the dagger directory, these go.mod files should be updated using the proper `dagger update` command Closes #305 Signed-off-by: Jonathan Gonzalez V. --- renovate.json5 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/renovate.json5 b/renovate.json5 index 0f02c46..72173f3 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -17,8 +17,7 @@ "gomod": { // Do not manage the dagger go.mod file "ignorePaths": [ - "dagger/gotest/go.mod", - "dagger/e2e/go.mod" + "dagger/**/go.mod", ] }, "postUpdateOptions": [