From 907ed71fb128a1f289b615961569c0b7ed034e67 Mon Sep 17 00:00:00 2001 From: KeisukeYamashita <19yamashita15@gmail.com> Date: Thu, 22 Aug 2024 23:56:22 +0200 Subject: [PATCH] feat(other): group npm dependabot Signed-off-by: KeisukeYamashita <19yamashita15@gmail.com> --- .github/dependabot.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index f9724e7..baa2315 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -36,3 +36,13 @@ updates: schedule: interval: "monthly" open-pull-requests-limit: 3 + groups: + npm-development: + dependency-type: development + update-types: + - minor + - patch + npm-production: + dependency-type: production + update-types: + - patch