From 82df080bc82df937fbd975dddfde07ebb190eafc Mon Sep 17 00:00:00 2001 From: Kohei Watanabe Date: Wed, 8 Nov 2023 16:35:48 +0900 Subject: [PATCH] add groups https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#groups --- .github/dependabot.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1fb0b58..953f11e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,4 +3,8 @@ updates: - package-ecosystem: npm directory: / schedule: - interval: daily + interval: monthly + groups: + dependencies: + patterns: + - "*"