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. <jonathan.gonzalez@enterprisedb.com>
This commit is contained in:
Jonathan Gonzalez V. 2025-05-06 12:09:24 +02:00 committed by GitHub
parent f1b53c952d
commit 99561db720
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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": [