Skip to content

Commit

Permalink
Simplify automerge, disable platformAutomerge
Browse files Browse the repository at this point in the history
  • Loading branch information
hannes-mk committed Apr 19, 2024
1 parent 74e0885 commit 08768fc
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,12 @@
},
"packageRules": [
{
"matchDepTypes": ["devDependencies"],
"matchPackagePatterns": ["oxlint"],
"automerge": true
},
{
"matchUpdateTypes": ["minor", "patch"],
"matchCurrentVersion": "!/^0/",
"automerge": true
"matchUpdateTypes": [
"minor",
"patch"
],
"automerge": true,
"platformAutomerge": false
}
]
}
}

0 comments on commit 08768fc

Please sign in to comment.