Revert "Make renovate tidy all go modules" (#300)

This reverts commit a0bdf0c889.
This commit is contained in:
Paul Meyer 2022-10-17 17:31:45 +02:00 committed by GitHub
parent 7fb2639331
commit a7ef79949d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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/**"
],