mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-01-13 00:19:32 -05:00
Revert "Make renovate tidy all go modules" (#300)
This reverts commit a0bdf0c889
.
This commit is contained in:
parent
7fb2639331
commit
a7ef79949d
@ -10,17 +10,9 @@
|
||||
"dependencies"
|
||||
],
|
||||
"postUpdateOptions": [
|
||||
"gomodTidy",
|
||||
"gomodUpdateImportPaths"
|
||||
],
|
||||
"postUpgradeTasks": {
|
||||
"commands": [
|
||||
"for mod in $(go list -f '{{.Dir}}' -m); do (cd $mod; go mod tidy); done"
|
||||
],
|
||||
"fileFilters": [
|
||||
"**/go.mod",
|
||||
"**/go.sum"
|
||||
]
|
||||
},
|
||||
"ignorePaths": [
|
||||
"cli/internal/helm/charts/cilium/**"
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user