Skip to content

Commit

Permalink
chore: enable auto merge renovate PRs for minor and patch (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
easingthemes authored Dec 16, 2024
1 parent f419274 commit dd8099a
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion 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": [
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true
},
{
"matchDepTypes": ["devDependencies"],
"automerge": true
}
],
"platformAutomerge": true
}

0 comments on commit dd8099a

Please sign in to comment.