From 184dfb7724524c08bfd7db57a2654396f30f0be5 Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Thu, 6 Oct 2022 01:42:24 -0700 Subject: [PATCH] Permit batching TSAPI, OTAPI, and ModFW This should mean 1 PR updates three things using renovate. --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 3a2cda01..159ec1e2 100644 --- a/renovate.json +++ b/renovate.json @@ -8,7 +8,7 @@ }, "packageRules": [ { - "matchPackageNames": ["OTAPI.Upcoming", "ModFramework"], + "matchPackageNames": ["OTAPI.Upcoming", "ModFramework", "TerrariaServerAPI"], "ignoreUnstable": "false", "bumpVersion": "prerelease", "groupName": "OTAPI things"