From efc1a67dce26539d84499d5bff74161c68182c3f Mon Sep 17 00:00:00 2001 From: Andy Pfister Date: Mon, 12 Feb 2024 14:25:43 +0100 Subject: [PATCH] Separare group for major Turbo Rails upgrades `@hotwired/turbo-rails` v8 has been released, alongside a new version of the `turbo-rails` gem. These updates should be applied together. --- default.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/default.json b/default.json index 2f4ab8a..81859a7 100644 --- a/default.json +++ b/default.json @@ -84,6 +84,15 @@ "^ruby" ] }, + { + "groupName": "all major turbo-rails upgrades", + "matchUpdateTypes": [ + "major" + ], + "matchPackagePatterns": [ + "turbo-rails$" + ] + }, { "matchManagers": [ "npm"