Files
realDynDNS/renovate.json
t.behrendt 994d6135f7
All checks were successful
CI / test (pull_request) Successful in 18m57s
ci: chore adjust renovate to combine go toolchain and go docker updates
2025-08-20 09:25:32 +02:00

12 lines
206 B
JSON

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