25 lines
538 B
JSON
25 lines
538 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"gomod": {
|
|
"enabled": true
|
|
},
|
|
"postUpdateOptions": [
|
|
"gomodTidy",
|
|
"gomodUpdateImportPaths"
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"groupName": "Go dependencies",
|
|
"matchManagers": ["gomod"]
|
|
},
|
|
{
|
|
"description": "Bump the toolchain directive immediately",
|
|
"matchManagers": ["gomod"],
|
|
"matchDepTypes": ["toolchain"],
|
|
"rangeStrategy": "bump",
|
|
"schedule": ["at any time"],
|
|
"minimumReleaseAge": "0"
|
|
}
|
|
]
|
|
}
|