mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
Make renovate tidy all go modules
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
parent
87d94c59fd
commit
a0bdf0c889
@ -10,9 +10,17 @@
|
||||
"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