From e4be8089d2b1a2d77d64ffd30590cd906f8180d7 Mon Sep 17 00:00:00 2001 From: ICHINOSE Shogo Date: Thu, 6 Jul 2023 01:14:50 +0900 Subject: [PATCH] introduce grouped version updates Grouped version updates for Dependabot public beta https://github.blog/changelog/2023-06-30-grouped-version-updates-for-dependabot-public-beta/ --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 20545d93..2ea0bcb5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,3 +1,6 @@ +# dependabot config +# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file + version: 2 updates: - package-ecosystem: npm @@ -9,6 +12,11 @@ updates: # update too often, ignore patch releases - dependency-name: "@types/node" update-types: ["version-update:semver-patch"] + groups: + jest-monorepo: + patterns: + - "jest" + - "jest-circus" # Maintain dependencies for GitHub Actions - package-ecosystem: "github-actions"