Skip to content

Commit

Permalink
Provide a required "match..." option.
Browse files Browse the repository at this point in the history
No idea where all options are listed, tried this part of the docs: https://docs.renovatebot.com/key-concepts/automerge/
  • Loading branch information
soerface committed Aug 26, 2023
1 parent b50a381 commit 6d5e5e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
},
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "major"],
"automerge": true
}
]
Expand Down

0 comments on commit 6d5e5e6

Please sign in to comment.