feat(golang): run goModTidy (#110)
CD / Release (push) Successful in 20s

Reviewed-on: #110
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
This commit was merged in pull request #110.
This commit is contained in:
2026-08-06 18:54:43 +02:00
committed by t.behrendt
parent 6b4a65fb33
commit f0f86a33d3
+2 -1
View File
@@ -4,7 +4,8 @@
"packageRules": [ "packageRules": [
{ {
"matchManagers": ["gomod"], "matchManagers": ["gomod"],
"addLabels": ["deps", "go"] "addLabels": ["deps", "go"],
"postUpgradeOptions": ["goModTidy"]
}, },
{ {
"matchPackageNames": ["golang", "gomod", "go"], "matchPackageNames": ["golang", "gomod", "go"],