Skip to content

Commit

Permalink
Update renovate to automatically merge minor versions
Browse files Browse the repository at this point in the history
  • Loading branch information
allenporter committed Jul 16, 2022
1 parent 05b184b commit 2319086
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
{
"extends": [
"config:base"
],
"dependencyDashboard": true,
"dependencyDashboardTitle": "Renovate Dashboard",
"packageRules": [
{
"description": "Minor updates are automatic",
"automerge": true,
"automergeType": "branch",
"matchUpdateTypes": ["minor", "patch"]
}
]
}

0 comments on commit 2319086

Please sign in to comment.