Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

Commit

Permalink
Add support for auto merging minor dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
msasikanth committed Aug 19, 2023
1 parent 429aa94 commit c1233a4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,13 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"automergeType": "branch",
"packageRules": [
{
"description": "Automerge minor updates",
"matchUpdateTypes": ["minor", "patch"],
"automerge": true
}
]
}

0 comments on commit c1233a4

Please sign in to comment.