Skip to content

Commit

Permalink
Update renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
alecthomas committed Dec 1, 2023
1 parent f8e85da commit 7147047
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions renovate.json5
@@ -1,9 +1,11 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
$schema: "https://docs.renovatebot.com/renovate-schema.json",
extends: [
"config:recommended",
":semanticCommits",
":semanticCommitTypeAll(chore)",
":semanticCommitScope(deps)",
"group:allNonMajor",
"schedule:earlyMondays", // Run once a week.
],
automerge: true,
automergeType: 'branch',
separateMinorPatch: false,
}

0 comments on commit 7147047

Please sign in to comment.