Skip to content

Commit

Permalink
allow automerge
Browse files Browse the repository at this point in the history
  • Loading branch information
edward3h committed Jul 10, 2024
1 parent e3881b1 commit 5ce0422
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,16 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"packageRules": [
{
"automerge": true,
"matchUpdateTypes": [
"minor",
"patch",
"pin",
"digest"
]
}
]
}

0 comments on commit 5ce0422

Please sign in to comment.