Skip to content

Commit 99561db

Browse files
authored
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. <[email protected]>
1 parent f1b53c9 commit 99561db

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

renovate.json5

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717
"gomod": {
1818
// Do not manage the dagger go.mod file
1919
"ignorePaths": [
20-
"dagger/gotest/go.mod",
21-
"dagger/e2e/go.mod"
20+
"dagger/**/go.mod",
2221
]
2322
},
2423
"postUpdateOptions": [

0 commit comments

Comments
 (0)