From 248d3153e71e75b28acfa3eb45908eceb1347bd8 Mon Sep 17 00:00:00 2001 From: thuanle Date: Thu, 9 Oct 2025 09:14:24 +0700 Subject: [PATCH] Update renovate.json --- renovate.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 7190a60..cb68d27 100644 --- a/renovate.json +++ b/renovate.json @@ -1,3 +1,11 @@ { - "$schema": "https://docs.renovatebot.com/renovate-schema.json" + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + + "extends": ["config:recommended"], + "packageRules": [ + { + "matchManagers": ["gomod"], + "postUpdateOptions": ["gomodTidy"] + } + ] }