Skip to content

Commit

Permalink
Fix label name in renovate.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
vLuckyyy authored Oct 12, 2024
1 parent bbcc30a commit c4710f8
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 @@ -29,7 +29,7 @@
"excludePackagePatterns": ["org.spigotmc*"],
"updateTypes": ["major"],
"automerge": false,
"labels": ["🔄 major update"]
"labels": ["🔄 dependencies"]
},
{
"groupName": "spigot dependencies",
Expand All @@ -38,7 +38,7 @@
"org.spigotmc*"
],
"automerge": false,
"labels": ["🔄 spigot dependencies"]
"labels": ["🔄 dependencies"]
}
],
"separateMajorMinor": true,
Expand Down

0 comments on commit c4710f8

Please sign in to comment.