Compare commits

..
2 Commits
Author SHA1 Message Date
Renovate Bot 602e579365 Update module github.com/rs/zerolog to v1.35.1
renovate/artifacts Artifact file update failure
2026-07-04 17:02:46 +00:00
thuanle cc5cf67c88 Update renovate.json
Build Docker Image / build (arm64) (push) Successful in 1m16s
Build Docker Image / build (amd64) (push) Successful in 1m54s
Build Docker Image / amend-manifest (push) Successful in 11s
2026-07-03 10:17:02 +07:00
+7 -1
View File
@@ -1,3 +1,9 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json" "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"packageRules": [
{
"matchManagers": ["gomod"],
"postUpdateOptions": ["gomodTidy", "gomodMassage"]
}
]
} }