mirror of
https://github.com/cloudnative-pg/plugin-barman-cloud.git
synced 2026-01-11 21:23:12 +01:00
chore: exclude dagger e2e module from renovate
Avoid automatic update of dagger module go.mod. It should be updated on dagger updates. Signed-off-by: Francesco Canovai <francesco.canovai@enterprisedb.com>
This commit is contained in:
parent
e768987a11
commit
34850f2656
@ -13,7 +13,10 @@
|
||||
prConcurrentLimit: 5,
|
||||
"gomod": {
|
||||
// Do not manage the dagger go.mod file
|
||||
"ignorePaths": ["dagger/gotest/go.mod"],
|
||||
"ignorePaths": [
|
||||
"dagger/gotest/go.mod",
|
||||
"dagger/e2e/go.mod"
|
||||
],
|
||||
},
|
||||
"postUpdateOptions": [
|
||||
"gomodTidy"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user