renovate-config/golang.json
2025-03-30 19:38:53 +02:00

29 lines
579 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"packageRules": [
{
"addLabels": [
"renovate/automerge",
"renovate/golang"
],
"automerge": true,
"enabled": true,
"excludePackagePatterns": [
"^github\\.com/docker/docker",
"^gopkg\\.in/yaml"
],
"groupName": "go modules",
"groupSlug": "go-modules",
"matchDatasources": [
"go"
],
"matchUpdateTypes": [
"minor",
"patch"
]
}
],
"postUpdateOptions": [
"gomodTidy"
]
}