ci: add formatter (#70)
CD / Release (push) Successful in 5s

Reviewed-on: #70
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
This commit was merged in pull request #70.
This commit is contained in:
2026-06-21 17:36:23 +02:00
committed by t.behrendt
parent 0afa3391bd
commit 686ef21e0e
11 changed files with 106 additions and 13 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["local>t.behrendt/renovate-configs:common"],
"packageRules": [
{
"matchPackageNames": ["golang", "gomod", "go"],
"groupName": "go version",
"matchUpdateTypes": ["major", "minor", "patch"]
}
]
}