From 620bd9c4f38b846d97f17e0d99341c81baf30c4f Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Thu, 6 Oct 2022 01:37:26 -0700 Subject: [PATCH] Tell renovate to batch updates for OTAPI things This should make it one PR for ModFramework and OTAPI --- renovate.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index 56fd5973..3a2cda01 100644 --- a/renovate.json +++ b/renovate.json @@ -11,7 +11,7 @@ "matchPackageNames": ["OTAPI.Upcoming", "ModFramework"], "ignoreUnstable": "false", "bumpVersion": "prerelease", + "groupName": "OTAPI things" } - ], - "labels": ["simple"] + ] }