Skip to content

Commit

Permalink
chore(deps): Add renovate regex for neoform
Browse files Browse the repository at this point in the history
  • Loading branch information
zml2008 committed Sep 7, 2024
1 parent 210d97c commit 03deb60
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,12 @@
{
"description": "Correct NeoForge version handling",
"matchPackageNames": ["net.neoforged:neoforge"],
"versioning": "regex:^(?<compatibility>(\\d+\\.){2})(?<minor>\\d+)(-beta)?$"
"versioning": "regex:^(?<compatibility>(?:\\d+\\.){2})(?<minor>\\d+)(-beta)?$"
},
{
"description": "Correct NeoForm version handling",
"matchPackageNames": ["net.neoforged:neoform"],
"versioning": "regex:^(?<compatibility>(?:(?:\\d+\\.){2,3}|(?:\\d{2}w\\d{2}[a-z]+)))-(?<minor>\\d{8}\\.\\d{6})$"
}
]
}

0 comments on commit 03deb60

Please sign in to comment.