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. <jonathan.gonzalez@enterprisedb.com>
This commit is contained in:
Jonathan Gonzalez V. 2025-05-06 11:17:20 +02:00
parent 4be694bb1f
commit 9f2fa7683c
No known key found for this signature in database
GPG Key ID: 43CDEF0A73A51CC5

View File

@ -14,8 +14,7 @@
"gomod": { "gomod": {
// Do not manage the dagger go.mod file // Do not manage the dagger go.mod file
"ignorePaths": [ "ignorePaths": [
"dagger/gotest/go.mod", "dagger/**/go.mod",
"dagger/e2e/go.mod"
] ]
}, },
"postUpdateOptions": [ "postUpdateOptions": [