Renovate - Fix config, add setting to update import paths on major module updates (#26)

* Fix wrong config

* Update import paths on major module updates

---------

Co-authored-by: Henrique Santos <henrique.santos@freiheit.com>
This commit is contained in:
Henrique Santos 2023-09-21 18:24:11 +01:00 committed by GitHub
parent d025012733
commit 9b5ca058ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,8 @@
"gomod",
"github-actions"
],
"postUpgradeOptions": [
"gomodTidy"
"postUpdateOptions": [
"gomodTidy",
"gomodUpdateImportPaths"
]
}