From fd69318a31dcef85d9a4003ebee804ce27be5b38 Mon Sep 17 00:00:00 2001 From: Andy Pfister Date: Mon, 20 Nov 2023 09:30:16 +0100 Subject: [PATCH] Create a separate group for factory_bot updates There is an issue in the newest release with traits: https://github.com/thoughtbot/factory_bot_rails/issues/431 https://github.com/thoughtbot/factory_bot/pull/1600 as we use this library in many projects, I suggest to add a separate group for it in the preset until the bug is fixed, so we can continue to merge the non-major dependencies for this week. --- default.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/default.json b/default.json index a7d01b3..f22f70b 100644 --- a/default.json +++ b/default.json @@ -68,6 +68,12 @@ "commitMessageAction": "Apply", "groupName": "all non-patch Rails updates" }, + { + "groupName": "all factory_bot updates", + "matchPackagePatterns": [ + "^factory_bot" + ] + }, { "matchManagers": [ "npm"