13 lines
248 B
JSON
13 lines
248 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:recommended"
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"groupName": "go",
|
|
"matchPackageNames": ["golang"],
|
|
"separateMinorPatch": true
|
|
}
|
|
]
|
|
}
|