Skip to content

Commit

Permalink
Merge pull request #141 from BySwiizen/fix/9
Browse files Browse the repository at this point in the history
Force "packageRules" for Renovate
  • Loading branch information
BySwiizen authored Nov 25, 2024
2 parents 52404c3 + 8330425 commit a572ed9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,11 @@
"rebaseWhen": "conflicted",
"packageRules": [
{
"matchPackageNames": ["org.spigotmc:spigot-api"],
"versioning": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)(\\.(?<patch>\\d+))?-(?<compatibility>.*)$"
"matchPackageNames": [
"org.spigotmc:spigot-api"
],
"versioning": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)(\\.(?<patch>\\d+))?-(?<compatibility>.*)$",
"enabled": true
}
]
}

0 comments on commit a572ed9

Please sign in to comment.