From cc5cf67c8869d711012376e12a47db1e28a21cc1 Mon Sep 17 00:00:00 2001 From: thuanle Date: Fri, 3 Jul 2026 10:17:02 +0700 Subject: [PATCH] Update renovate.json --- renovate.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 7190a60..75c19d8 100644 --- a/renovate.json +++ b/renovate.json @@ -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"] + } + ] }