ci: chore adjust renovate to combine go toolchain and go docker updates
All checks were successful
CI / test (pull_request) Successful in 18m57s

This commit is contained in:
2025-08-20 09:25:32 +02:00
parent 531b5baecd
commit 994d6135f7

View File

@@ -1,3 +1,12 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json" "$schema": "https://docs.renovatebot.com/renovate-schema.json",
} "packageRules": [
{
"matchPackageNames": [
"golang",
"go"
],
"groupName": "go version"
}
]
}