Skip to content

Commit 7fdf855

Browse files
authored
ci: use gomodTidy postUpdateOption instead of postUpgradeTasks (#205)
1 parent cb2fb6c commit 7fdf855

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

renovate.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,9 @@
1111
"prConcurrentLimit": 10,
1212
"semanticCommits": "enabled",
1313
"postUpdateOptions": [
14-
"gomodUpdateImportPaths"
14+
"gomodUpdateImportPaths",
15+
"gomodTidy"
1516
],
16-
"postUpgradeTasks": {
17-
"commands": ["go mod tidy"],
18-
"fileFilters": ["go.sum"],
19-
"executionMode": "branch"
20-
},
2117
"ignoreDeps": [
2218
"docker.io/bitnami/redis",
2319
"docker.io/bitnami/redis-sentinel",

0 commit comments

Comments
 (0)