From ed80a8232ffffa7e7d4ccf3cfac36f7617bb9976 Mon Sep 17 00:00:00 2001 From: Min RK Date: Tue, 5 Aug 2025 10:45:32 -0700 Subject: [PATCH] add jest group to dependabot --- .github/dependabot.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index fcaf2330..c553f666 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -53,5 +53,12 @@ updates: - "*-loader" update-types: - major + # group major bumps of jest-related dependencies + jsx-jest: + patterns: + - "*jest*" + - "*test*" + update-types: + - major schedule: interval: monthly