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:
parent
d025012733
commit
9b5ca058ef
1 changed files with 3 additions and 2 deletions
5
.github/renovate.json
vendored
5
.github/renovate.json
vendored
|
|
@ -14,7 +14,8 @@
|
||||||
"gomod",
|
"gomod",
|
||||||
"github-actions"
|
"github-actions"
|
||||||
],
|
],
|
||||||
"postUpgradeOptions": [
|
"postUpdateOptions": [
|
||||||
"gomodTidy"
|
"gomodTidy",
|
||||||
|
"gomodUpdateImportPaths"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue