Reviewed-on: #50 Co-authored-by: Timo Behrendt <t.behrendt@t00n.de> Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
12 lines
272 B
JSON
12 lines
272 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": ["config:base"],
|
|
"packageRules": [
|
|
{
|
|
"matchPackageNames": ["golang", "gomod", "go"],
|
|
"groupName": "go version",
|
|
"updateTypes": ["major", "minor", "patch"]
|
|
}
|
|
]
|
|
}
|