Files
realDynDNS/renovate.json
Renovate Bot ff374e88cc
All checks were successful
CI / test (pull_request) Successful in 1m31s
chore(config): migrate config renovate.json
2025-12-12 21:06:30 +00:00

23 lines
426 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>t.behrendt/renovate-configs:common",
"local>t.behrendt/renovate-configs:action"
],
"packageRules": [
{
"matchPackageNames": [
"golang",
"gomod",
"go"
],
"groupName": "go version",
"matchUpdateTypes": [
"major",
"minor",
"patch"
]
}
]
}