Skip to content

Commit

Permalink
Automerge minor and patches, also the 'oxlint' package
Browse files Browse the repository at this point in the history
  • Loading branch information
hannes-mk authored Apr 16, 2024
1 parent 0c961ab commit ca8cf4b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,21 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"lockFileMaintenance": {
"enabled": true,
"automerge": true
},
"packageRules": [
{
"matchDepTypes": ["devDependencies"],
"matchPackagePatterns": ["oxlint"],
"automerge": true
},
{
"matchUpdateTypes": ["minor", "patch"],
"matchCurrentVersion": "!/^0/",
"automerge": true
}
]
}

0 comments on commit ca8cf4b

Please sign in to comment.