chore(renovate): correctly run make tidy#2374
Conversation
Instead of trying to make the `matchFileNames` match both, we can use a new pattern.
Greptile SummaryThis PR updates Renovate's Go module post-upgrade rule. The main changes are:
Confidence Score: 4/5This is close, but the Renovate file filter should be fixed before merging.
|
| Filename | Overview |
|---|---|
| renovate.json | Updates the Renovate package rule that runs make tidy after Go module updates. |
Comments Outside Diff (1)
-
renovate.json, line 67-70 (link)The rule now matches root
go.modandgo.sum, so a root Go dependency update can runmake tidy. But the post-upgradefileFiltersstill only allow nested module files. Whenmake tidychanges the rootgo.modorgo.sum, Renovate can leave those tidied files out of the branch, producing an incomplete dependency update.
Reviews (1): Last reviewed commit: "chore(renovate): add missing description" | Re-trigger Greptile
go.sum