Skip to content

Commit

Permalink
fix(renovate): label config on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
growse committed Jun 17, 2024
1 parent 8efd7a8 commit e892022
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,25 +32,25 @@
"matchUpdateTypes": [
"major"
],
"label": "major"
"addLabels": ["major"]
},
{
"matchUpdateTypes": [
"minor"
],
"label": "minor"
"addLabels": ["minor"]
},
{
"matchUpdateTypes": [
"patch"
],
"label": "patch"
"addLabels": ["patch"]
},
{
"matchUpdateTypes": [
"pin"
],
"label": "pin"
"addLabels": ["pin"]
}
],
"labels": [
Expand Down

0 comments on commit e892022

Please sign in to comment.