Update renovate.json
Some checks failed
Build Docker Image / build (amd64) (push) Failing after 46s

This commit is contained in:
2025-10-09 09:14:24 +07:00
parent 7fe49ec3ae
commit 248d3153e7

View File

@@ -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"]
}
]
} }