From 4f92ac7fb3810346a5396d0f383be7831049f324 Mon Sep 17 00:00:00 2001 From: mato533 <35281743+mato533@users.noreply.github.com> Date: Sat, 2 Nov 2024 01:25:44 +0900 Subject: [PATCH] chore: update config for renovate (#66) [SKIP TEST] [AUTO] --- .github/renovate.json5 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index b9b69ec..bd2b246 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -18,9 +18,9 @@ }, packageRules: [ { - description: 'Group dependencies from playglound package.json files', + description: 'Group dependencies from playground package.json files', matchFileNames: ['playground/package.json'], - groupName: 'playglound package.json changes', + groupName: 'playground package.json changes', }, ], }