Skip to content

Commit

Permalink
chore(renovate): change label titles for deps updates
Browse files Browse the repository at this point in the history
  • Loading branch information
vareversat committed Apr 20, 2023
1 parent 38ec91f commit f03e034
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packageRules": [
{
"description": "Disables the creation of branches/PRs for any minor/patch updates etc. of Renovate bot",
"labels": ["[MINOR UPDATE]", "dependencies"],
"labels": ["minor", "dependencies"],
"matchUpdateTypes": [
"minor",
"patch",
Expand All @@ -18,7 +18,7 @@
},
{
"description": "Causes the bot to create a PR (and thus, an email notification), whenever there is a new major Renovate version",
"labels": ["[MAJOR UPDATE]", "dependencies"],
"labels": ["major", "dependencies"],
"matchUpdateTypes": [
"major"
],
Expand Down

0 comments on commit f03e034

Please sign in to comment.