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