roulette/vendor/github.com/alecthomas/chroma/v2/renovate.json5
2023-12-04 11:40:53 -06:00

11 lines
281 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.
],
}