VictoriaMetrics/vendor/github.com/alecthomas/units/renovate.json5

12 lines
281 B
Text
Raw Normal View History

2023-12-11 08:48:36 +00:00
{
$schema: "https://docs.renovatebot.com/renovate-schema.json",
extends: [
"config:recommended",
":semanticCommits",
":semanticCommitTypeAll(chore)",
":semanticCommitScope(deps)",
"group:allNonMajor",
"schedule:earlyMondays", // Run once a week.
],
}