Skip to content

Commit

Permalink
Move platform merge
Browse files Browse the repository at this point in the history
  • Loading branch information
paddyroddy committed Sep 26, 2023
1 parent fd77470 commit 14381ba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"packageRules": [
{
"description": "Automatically merge minor and patch-level updates",
"matchUpdateTypes": ["minor", "patch", "digest"],
"automerge": true,
"automergeType": "branch"
"automergeType": "branch",
"matchUpdateTypes": ["digest", "minor", "patch"],
"platformAutomerge": true
}
],
"platformAutomerge": true
]
}

0 comments on commit 14381ba

Please sign in to comment.