We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8c8dfb commit 95437dfCopy full SHA for 95437df
1 file changed
renovate.json
@@ -19,7 +19,7 @@
19
{
20
"description": "Correct version handling for NeoForge",
21
"matchPackageNames": ["net.neoforged:neoforge"],
22
- "versioning": "regex:^(?<compatibility>(\\d+\\.){2})(?<minor>\\d+)$"
+ "versioning": "regex:^(?<compatibility>(?:\\d+\\.){2})(?<minor>\\d+)(-beta)?$"
23
},
24
25
"matchManagers": ["github-actions", "gradle-wrapper"],
0 commit comments