buildr/renovate.json
Peter e26db54d7d
All checks were successful
continuous-integration/drone/push Build is passing
fix(renovate): update config
2023-09-20 19:19:17 +02:00

18 lines
398 B
JSON

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