Skip to content

Commit

Permalink
chore(renovate): enable 'go mod tidy' and updating imports for PRs (#…
Browse files Browse the repository at this point in the history
…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]>
  • Loading branch information
niki4 and Ivan Nikiforov authored Jan 28, 2025
1 parent dff1749 commit 950e4c0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,9 @@
"ignorePaths": [
"integration/testdata/**",
"test/resources/**"
],
"postUpdateOptions": [
"gomodTidy",
"gomodUpdateImportPaths"
]
}

0 comments on commit 950e4c0

Please sign in to comment.