feat: init commit

This commit is contained in:
2026-06-05 20:06:05 +02:00
commit 38848a824e
10 changed files with 236 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"gomod": {
"enabled": true
},
"postUpdateOptions": [
"gomodTidy",
"gomodUpdateImportPaths"
],
"packageRules": [
{
"groupName": "Go dependencies",
"matchManagers": ["gomod"]
},
{
"description": "Bump the toolchain directive immediately",
"matchManagers": ["gomod"],
"matchDepTypes": ["toolchain"],
"rangeStrategy": "bump",
"schedule": ["at any time"],
"minimumReleaseAge": "0"
}
]
}