diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9a53b3a6c..a5dcb11c0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,9 +11,20 @@ updates: interval: "weekly" cooldown: default-days: 7 + - package-ecosystem: "npm" directory: "/" schedule: interval: "monthly" cooldown: default-days: 7 + groups: + react: + patterns: + - "react" + - "react-dom" + + testing-library: + patterns: + - "@testing-library/jest-dom" + - "@testing-library/dom"