Skip to content

Commit 1a0034a

Browse files
committed
renovate: Ignore Towny patch releases
1 parent e8e96a6 commit 1a0034a

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

renovate.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,13 @@
2828
{
2929
"description": "Towny version handling",
3030
"matchPackageNames": ["com.palmergames.bukkit.towny:towny"],
31-
"versioning": "regex:^0\\.(?<major>\\d+)(\\.(?<minor>\\d+))?(\\.(?<patch>\\d+))?$",
32-
"matchUpdateTypes": ["major", "minor"]
31+
"versioning": "regex:^0\\.(?<major>\\d+)(\\.(?<minor>\\d+))?(\\.(?<patch>\\d+))?$"
32+
},
33+
{
34+
"description": "Ignore Towny patch updates",
35+
"matchPackageNames": ["com.palmergames.bukkit.towny:towny"],
36+
"matchUpdateTypes": "patch",
37+
"enabled": false
3338
},
3439
{
3540
"matchManagers": ["github-actions", "gradle-wrapper"],

0 commit comments

Comments
 (0)