Skip to content

Commit 950e4c0

Browse files
niki4Ivan Nikiforov
andauthored
chore(renovate): enable 'go mod tidy' and updating imports for PRs (#5250)
* Enable 'go mod tidy' for renovate * Enable update import paths in Go files on major module updates --------- Co-authored-by: Ivan Nikiforov <[email protected]>
1 parent dff1749 commit 950e4c0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/renovate.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,9 @@
66
"ignorePaths": [
77
"integration/testdata/**",
88
"test/resources/**"
9+
],
10+
"postUpdateOptions": [
11+
"gomodTidy",
12+
"gomodUpdateImportPaths"
913
]
1014
}

0 commit comments

Comments
 (0)