Skip to content

Commit

Permalink
Configure renovate for NeoForge
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla committed Jan 16, 2024
1 parent d95b344 commit 0b1dfd5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@
"matchPackageNames": ["net.fabricmc.fabric-api:fabric-api-bom"],
"versioning": "regex:^(?<major>\\d+)(\\.(?<minor>\\d+))?(\\.(?<patch>\\d+))?(?:\\+(?<compatibility>.*))?$"
},
{
"description": "Correct version handling for NeoForge",
"matchPackageNames": ["net.neoforged:neoforge"],
"versioning": "regex:^(?<compatibility>(\\d+\\.){2})(?<minor>\\d+)$"
},
{
"matchManagers": ["github-actions", "gradle-wrapper"],
"groupName": "gradle and github actions"
Expand Down

0 comments on commit 0b1dfd5

Please sign in to comment.