From 9f2fa7683c26a0bc6974c71f270b8d6974a6ffa2 Mon Sep 17 00:00:00 2001 From: "Jonathan Gonzalez V." Date: Tue, 6 May 2025 11:17:20 +0200 Subject: [PATCH] ci: ignore go.mod inside dagger directory 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 718be81..16e4a16 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -14,8 +14,7 @@ "gomod": { // Do not manage the dagger go.mod file "ignorePaths": [ - "dagger/gotest/go.mod", - "dagger/e2e/go.mod" + "dagger/**/go.mod", ] }, "postUpdateOptions": [