Skip to content

Commit

Permalink
chore(ci): add deps and level labels to update prs
Browse files Browse the repository at this point in the history
  • Loading branch information
zenlex committed Feb 25, 2024
1 parent ea14357 commit ee22ce1
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,21 @@
"automerge": true
},
{
"matchUpdateTypes": ["minor", "patch"],
"matchUpdateTypes": ["patch"],
"matchCurrentVersion": "!/^0/",
"automerge": true
"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 ee22ce1

Please sign in to comment.