chore: remove renovate.json

This commit is contained in:
Henrique Dias 2026-07-27 17:29:12 +02:00
parent d49ab67904
commit df2869993a
No known key found for this signature in database

View file

@ -1,16 +0,0 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
"security:only-security-updates",
"group:allNonMajor",
"group:allDigest",
":disableDependencyDashboard",
":semanticCommitTypeAll(chore)"
],
"postUpdateOptions": [
"gomodUpdateImportPaths",
"gomodTidy"
],
"schedule": "* * * * 0,6"
}