Skip to content

Commit

Permalink
always automerge pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
Migelo committed Jul 10, 2024
1 parent 6158915 commit fdba04e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,15 @@
"platformAutomerge": true,
"packageRules": [
{
"description": "Automerge non-major updates",
"matchUpdateTypes": ["major", "minor", "pin", "pinDigest"],
"enabled": true,
"description": "Automerge all updates",
"matchUpdateTypes": ["major", "minor", "patch", "pin", "digest"],
"automerge": true,
"automergeType": "pr",
"platformAutomerge": true
},
{
"matchDepTypes": ["devDependencies"],
"matchPackagePatterns": ["lint", "prettier"],
"enabled": true,
"automerge": true,
"automergeType": "pr",
"platformAutomerge": true
Expand Down

0 comments on commit fdba04e

Please sign in to comment.