cheat/vendor/github.com/alecthomas/chroma/v2/renovate.json5

12 lines
281 B
Plaintext
Raw Normal View History

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