Configure renovate

This commit is contained in:
Alec Thomas
2023-12-02 12:35:56 +11:00
parent 575d5b1d34
commit b36879c6d4
+11
View File
@@ -0,0 +1,11 @@
{
$schema: "https://docs.renovatebot.com/renovate-schema.json",
extends: [
"config:recommended",
":semanticCommits",
":semanticCommitTypeAll(chore)",
":semanticCommitScope(deps)",
"group:allNonMajor",
"schedule:earlyMondays", // Run once a week.
],
}