Skip to content

Commit

Permalink
chore: automatically merge minor and patch versions
Browse files Browse the repository at this point in the history
  • Loading branch information
greatislander authored Jun 14, 2024
1 parent 0dbdc02 commit 70a8d70
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,12 @@
"lockFileMaintenance": {
"enabled": true,
"automerge": true
}
},
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch"],
"matchCurrentVersion": "!/^0/",
"automerge": true
}
]
}

0 comments on commit 70a8d70

Please sign in to comment.