mirror of
https://github.com/cloudnative-pg/plugin-barman-cloud.git
synced 2026-01-11 21:23:12 +01:00
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:
parent
f1b53c952d
commit
99561db720
@ -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": [
|
||||
|
||||
Loading…
Reference in New Issue
Block a user