From fd2bf47d5fbff981096f128eb55bf2b402dd1f78 Mon Sep 17 00:00:00 2001 From: Masaya Suzuki <15100604+massongit@users.noreply.github.com> Date: Sun, 16 Jun 2024 09:02:02 +0900 Subject: [PATCH] renovate: add groupName --- .github/renovate.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/renovate.json b/.github/renovate.json index d223c92b..52471e06 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -10,6 +10,7 @@ "updateTypes": ["patch", "pin", "digest"] }, { + "groupName": "@typescript-eslint/parser and eslint-plugin-jest", "matchPackageNames": ["@typescript-eslint/parser", "eslint-plugin-jest"] } ]