Skip to content

Commit 9f2fa76

Browse files
committed
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. <[email protected]>
1 parent 4be694b commit 9f2fa76

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
@@ -14,8 +14,7 @@
1414
"gomod": {
1515
// Do not manage the dagger go.mod file
1616
"ignorePaths": [
17-
"dagger/gotest/go.mod",
18-
"dagger/e2e/go.mod"
17+
"dagger/**/go.mod",
1918
]
2019
},
2120
"postUpdateOptions": [

0 commit comments

Comments
 (0)