Files
crypto-price-bot/renovate.json
thuanle 248d3153e7
Some checks failed
Build Docker Image / build (amd64) (push) Failing after 46s
Update renovate.json
2025-10-09 09:14:24 +07:00

12 lines
219 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"packageRules": [
{
"matchManagers": ["gomod"],
"postUpdateOptions": ["gomodTidy"]
}
]
}