Skip to content
This repository was archived by the owner on Apr 14, 2026. It is now read-only.

Commit 89f7d4d

Browse files
committed
chore(renovate): run make tidy after dependency updates to go.mod
As we've had it allowlisted by Mend, we can now run `make tidy` to get PRs automagically updated. This will update the whole branch (in the case of multiple dependency bumps on the branch) and only target Go-specific dependency changes, avoiding unnecessary updates when doing i.e. `golangci-lint` updates.
1 parent 5198fe7 commit 89f7d4d

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

renovate.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,15 @@
3939
"matchCurrentVersion": "v0.0.0-00010101000000-000000000000",
4040
"enabled": false
4141
}
42-
]
42+
],
43+
"postUpgradeTasks": {
44+
"commands": [
45+
"make tidy"
46+
],
47+
"fileFilters": [
48+
"**/*/go.mod",
49+
"**/*/go.sum"
50+
],
51+
"executionMode": "branch"
52+
}
4353
}

0 commit comments

Comments
 (0)