Skip to content

Commit

Permalink
chore(deps):update renovate.json
Browse files Browse the repository at this point in the history
autolabel deps prs and auto merge patch and minor and lockfile maintenance
  • Loading branch information
zenlex authored Feb 25, 2024
1 parent 2ea3abb commit 7b62497
Showing 1 changed file with 23 additions and 2 deletions.
25 changes: 23 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
"extends": ["config:recommended"],
"lockFileMaintenance": {
"enabled": true,
"automerge": true
},
"packageRules": [
{
"matchUpdateTypes": ["patch"],
"matchCurrentVersion": "!/^0/",
"automerge": true,
"labels": ["deps", "patch"]
},
{
"matchUpdateTypes": ["minor"],
"matchCurrentVersion": "!/^0/",
"automerge": true,
"labels": ["deps", "minor"]
},
{
"matchUpdateTypes": ["major"],
"automerge": false,
"labels": ["deps", "major"]
}
]
}

0 comments on commit 7b62497

Please sign in to comment.