Skip to content

Commit cf13957

Browse files
committed
Update minestom rule
1 parent 0009047 commit cf13957

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

renovate.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"rebaseWhen": "conflicted",
1111
"packageRules": [
1212
{
13-
"matchPackageNames": ["net.minestom:minestom-snapshots"],
14-
"enabled": false
13+
"matchPackageNames": ["net.minestom:minestom"],
14+
"versioning": "regex:^(?<major>\\d{4})\\.(?<minor>\\d{2})\\.(?<patch>\\d{2})(?<prerelease>[a-zA-Z]?)-(?<build>[A-Za-z0-9._]+)$"
1515
},
1616
{
1717
"matchUpdateTypes": [

0 commit comments

Comments
 (0)