Skip to content

Commit

Permalink
Update renovate.json (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
paddyroddy authored Sep 26, 2023
1 parent d91ad6d commit 58b0d36
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base", ":disableDependencyDashboard", ":enablePreCommit"]
"extends": ["config:base", ":disableDependencyDashboard", ":enablePreCommit"],
"packageRules": [
{
"description": "Automatically merge minor and patch-level updates",
"automerge": true,
"automergeType": "branch",
"matchUpdateTypes": ["digest", "minor", "patch"],
"platformAutomerge": true
}
]
}

0 comments on commit 58b0d36

Please sign in to comment.