mirror of
https://github.com/cheat/cheat.git
synced 2024-11-10 21:26:49 +01:00
1790aec85d
Bump `alecthomas/chroma` to `v2`: https://github.com/cheat/cheat/issues/735
12 lines
281 B
Plaintext
12 lines
281 B
Plaintext
{
|
|
$schema: "https://docs.renovatebot.com/renovate-schema.json",
|
|
extends: [
|
|
"config:recommended",
|
|
":semanticCommits",
|
|
":semanticCommitTypeAll(chore)",
|
|
":semanticCommitScope(deps)",
|
|
"group:allNonMajor",
|
|
"schedule:earlyMondays", // Run once a week.
|
|
],
|
|
}
|