bootstrap

This commit is contained in:
2026-05-11 19:03:07 +02:00
parent 3983418d00
commit efe2b34116
6 changed files with 74 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["local>t.behrendt/renovate-configs:action"],
"packageRules": [
{
"matchPackageNames": ["golang", "gomod", "go"],
"groupName": "go version",
"matchUpdateTypes": ["major", "minor", "patch"]
}
]
}