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

12 lines
281 B
Plaintext
Raw Normal View History

2023-12-11 09:48:36 +01: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.
],
}