Skip to content

Commit

Permalink
chore(deps): create renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
greatislander authored Aug 1, 2024
1 parent 06cfff1 commit 6e6545a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"lockFileMaintenance": {
"enabled": true,
"automerge": true
},
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch"],
"matchCurrentVersion": "!/^0/",
"automerge": true
}
]
}

0 comments on commit 6e6545a

Please sign in to comment.