VictoriaMetrics/vendor/github.com/alecthomas/units/renovate.json5
2024-11-29 13:48:50 +01:00

15 lines
354 B
Text

{
$schema: "https://docs.renovatebot.com/renovate-schema.json",
extends: [
"config:recommended",
":semanticCommits",
":semanticCommitTypeAll(chore)",
":semanticCommitScope(deps)",
"group:allNonMajor",
"schedule:earlyMondays", // Run once a week.
],
postUpdateOptions: [
"gomodTidy",
"gomodUpdateImportPaths"
]
}