chore: add renovate.json

pull/5518/head
Henrique Dias 2025-11-12 14:49:22 +01:00
parent c5acbffe3f
commit 9579f14c34
No known key found for this signature in database
1 changed files with 13 additions and 0 deletions

13
renovate.json Normal file
View File

@ -0,0 +1,13 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
"group:allNonMajor",
"group:allDigest",
":disableDependencyDashboard"
],
"postUpdateOptions": [
"gomodUpdateImportPaths",
"gomodTidy"
]
}