19 lines
419 B
JSON
19 lines
419 B
JSON
|
{
|
||
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||
|
"extends": [
|
||
|
":dependencyDashboard",
|
||
|
":ignoreModulesAndTests",
|
||
|
":semanticPrefixFixDepsChoreOthers",
|
||
|
":autodetectPinVersions",
|
||
|
":prHourlyLimit2",
|
||
|
":prConcurrentLimit10",
|
||
|
"group:monorepos",
|
||
|
"group:recommended",
|
||
|
"workarounds:all"
|
||
|
],
|
||
|
"postUpdateOptions": [
|
||
|
"gomodTidy1.17",
|
||
|
"gomodUpdateImportPaths"
|
||
|
]
|
||
|
}
|